Database(Model) Design for Blog application in Django 1.9 tutorial - Part3

Опубликовано: 04 Октябрь 2024
на канале: tutorial plus
5,250
19

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