Content
Inspecting what we added
Our First Models
Let's go back through homepage/blog/models.py to better understand what we did and why. The first part of the code simply imports the modules and classes we will need in the rest of models.py. We import django's models module, settings module, and the User class that defines django user types. Finally, we import the python-markdown package with import markdown. This module will help us convert markdown-based text into