Import Error: could not import settings 'lending.settings'
Hi everyone,
When running "python manage.py syncdb" I'm getting this error:
"Import Error: could not import settings 'lending.settings'. No module named base."
This is actually my second attempt at following this lesson, and both times I've encountered this exact same problem.
I think I'm following the lesson just as Kenneth indicates, but obviously I'm missing something. Any help?
Sorry You must be a logged in, registered user to answer a question.
Answers
Ok, I just found what I was doing wrong.
I had edited the /lending/lending/init.py file with what should be in /lending/lending/settings/init.py
Regards
It gets the best of us. Too many files named `__init__` :)