Model
You can as many models to a specific app similar to how you would for a typical Django project.
Model names are expected to be unique across a specific app.
Creating a new model
- Click the
Add Model
button - Enter the name of your model
- Click the
Create Model
button
- Once the model is created, it should be listed among the model list on the left side bar for the specific app it was added to.
- Click on the pencil icon to edit model.
- Click on thrash icon to delete a model
- Click on cog icon to add special configurations to the model
- Click on the plus icon to add fields to the model.
CAN'T
You cannot delete a model with relation fields