About Creating a New App in a Nested Subdirectory
You can create a Django app in a nested subdirectory like this:
$ 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
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.