The apps folder

mkdir ~/:project/backend/apps

cd ~/:project/backend/apps

python manage.py startapp :appname

Last updated