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: \'
This is a fun one - your project and your app need to have different names. You probably created a project, then tried to startapp with the same name.