My Django project structure is:
Django
/proj /frontend /server /proj /app1 /app2 manage.py
How do I run python ma
python ma
If you are already in the server directory, then you can run
server
python ../manage.py startapp appname
And appname will be created in the server directory instead of in the project root.
appname