About Creating a New App in a Nested Subdirectory

You can create a Django app in a nested subdirectory like this:

1
2
$ mkdir -p myproject/apps/myapp
$ python manage.py startapp myapp myproject/apps/myapp

Tips and Tricks Development Django 4.2 Django 3.2 Django 2.2 Bash Zsh