Skip to main content

App

Your project can as have many apps to your project similar to how you would for a typical Django project.

App names are expected to be unique across a project.

Apps on the editor are also differented from each other using color; for easy identification in the case where you have alot of app

Creating a new app

  1. Click the Add New App button
  2. Enter the name of your app
  3. Click the Create App button

Create New App

  1. Once the app is created, it should be listed among the app list on the left side bar.
  2. Click on the pencil icon to edit app name
  3. Click on Add Model button to add a new model to a app

Show New App

CAN'T

You cannot delete an app with one or more models