Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
410 views

How do I tell why Django is ignoring the Accept-Language header?

I have a Django app (on Google App Engine) that I wish to internationalize. settings.py: USE_I18N = True LANGUAGE_CODE = 'en' # Restrict supported languages (and JS media generation) LANGUAGES = ( ...
1
vote
5answers
288 views

Django instance start under Google App Engine

After thinking quite a while about how to make a fast and scalable web application, I am almost decided to go for a combination of Google App Engine, Python+Django, and app-engine-patch. But I came ...
0
votes
1answer
239 views

manage.py syncdb on windows for Google App Engine Patch does not work

I have installed Google App Engine patch and I get the following error when I want to sync the DB Command on command prompt on windows manage.py syncdb The Google App Engine SDK could not be ...