This django 1.9 video tutorial will teaches you to write the models for your django 1.9 blog application.
Before start coding we will do some brain stroming about our application and we identify the objects of our blog app, our objects will be
Post
=====
Attributes:
1. title
2. body
3. Author
4. Categories
5. Tags
After identifying the objects, we will make our database atomic, so all the information will be breakable into django class