I created a Django application called "site" in my project, and although everything was working perfectly locally with the Google App Engine SDK and Google App Engine Django Helper but when I deployed, I got an ImproperlyConfigured error.
Changing the name of the application fixed the issue.
I'm off to file a bug on this... done: Issue 487.
The Don’t call your Django application “site” in Google App Engine article by Aral Balkan, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial 2.0 UK: England License.
Did you try that in purpose or accidentally ? Meaning, is there any list around giving such reservered names for Google apps?
Hey Selcuk,
I discovered by accident. Searching on the docs and forum, I couldn’t find anything mentioned.
Not sure if it’s an issue with the Django Helper or with the GAE SDK itself.