I am trying to develop an sample project in Django and getting errors when I run the syncdb command.
This is how my project structure looks like:
/Users/djan
Alternatively, you can even pass the settings path at run time like so:
python manage.py syncdb --settings=bookings.settings --pythonpath=/Users/django_demo/godjango/bookings
This should override the environment variable (DJANGO_SETTINGS_MODULE)
(DJANGO_SETTINGS_MODULE)