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
ImportError: Could not import settings 'settings' (Is it on sys.path? Is there an import error in the settings file?): No module named setting
In my case I was using __init__.py to import other files and there was an error in it, so settings might actually exist but be flawed.
__init__.py