Reputation: 20145
I am trying to get Django 1.1 working on Google App Engine. I followed instructions but, they didn't work.
I get this error message:
ImportError: Could not import settings 'settings' (Is it on sys.path? Does it have syntax errors?): No module named settings
I bet Nick Johnson has the answer!
Upvotes: 10
Views: 2558
Reputation: 20145
Someone named moraes on the #appengine channel of freenode helped me find the answer
All you have to do is put a empty 'settings.py' file in your root directory.
Upvotes: 8