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: \'
You should choose different names for your project and app in Codes:
django-admin startproject **my_project** python manage.py startapp **my_app**