My Django project structure is:
Django
/proj /frontend /server /proj /app1 /app2 manage.py
How do I run python ma
python ma
Use absolute path for the manage file work well for me, an example to run from the destination folder
python /home/user/project_name/manage.py startupapp app_name