Content
Coding up Your Initial Markdown Site
Now that you have created an initial working project and app, it's time to add the contents that will allow you to work with and display markdown content in Django. This chapter will walk you through what to change and add, while the next few chapters will explain what we did and why.
Adding our First Models
We will now update the our models file, adding two new model types: Tags and Posts. Open up homepage/blog/models.py. It should look something like this: