views:

1937

answers:

2

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!

+4  A: 

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.

Drew LeSueur
I knew that! ;)
Nick Johnson
+1  A: 

Have you seen app-engine-patch?

DavidB