Writing Models
Now that we've successfully set up and tested and Django installation, it is time to start defining our database models (our database structure).
For our project, we will need two (2) models:
- The User Model,
- The CRUDPost Model
Now that we've successfully set up and tested and Django installation, it is time to start defining our database models (our database structure).
For our project, we will need two (2) models: