I am a newbie at Django and everytime I try to run python panel/manage.py startapp %app% (panel is my project) it gives me the error:
python panel/manage.py startapp %app%
Error: \'
Perhaps you need to
cd panel python manage.py startapp yourappname
I'm not sure running the command from a directory above your project will work properly.