Skip to main content

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

  1. Click the Add Model button
  2. Enter the name of your model
  3. Click the Create Model button

Create New Model

  1. 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.
  2. Click on the pencil icon to edit model.
  3. Click on thrash icon to delete a model
  4. Click on cog icon to add special configurations to the model
  5. Click on the plus icon to add fields to the model.
CAN'T

You cannot delete a model with relation fields

Show New Model