On 2012/02/16 17:39:07, GvR wrote: > LGTM (though I have no idea what the bug ...
14 years, 4 months ago
(2012-02-17 04:26:20 UTC)
#5
On 2012/02/16 17:39:07, GvR wrote:
> LGTM (though I have no idea what the bug you quote in the comment is about).
I don't see a bug here too. Settings DJANGO_SETTINGS_MODULE is common practice
when setting up a Django environment manually.
"Django 1.1 requires that the DJANGO_SETTINGS_MODULE environment variable be set.." http://code.google.com/appengine/docs/python/tools/libraries.html#Django Updated patch with a ...
14 years, 4 months ago
(2012-02-17 06:07:25 UTC)
#7
"Django 1.1 requires that the DJANGO_SETTINGS_MODULE environment variable be
set.." http://code.google.com/appengine/docs/python/tools/libraries.html#Django
Updated patch with a correct comment. Will commit right now.
What a timewaste. :sad:
I only wonder if the requirement for all "main" scripts to import
webapp.template before django is still actual?
On Thu, Feb 16, 2012 at 10:07 PM, <techtonik@gmail.com> wrote: > I only wonder if ...
14 years, 4 months ago
(2012-02-18 02:56:37 UTC)
#9
On Thu, Feb 16, 2012 at 10:07 PM, <techtonik@gmail.com> wrote:
> I only wonder if the requirement for all "main" scripts to import
> webapp.template before django is still actual?
Switch to Python 2.7 and you won't need this any more...
--
--Guido van Rossum (python.org/~guido)
Issue 5672068: Cleanup appengine_config.py
(Closed)
Created 14 years, 4 months ago by techtonik
Modified 14 years, 4 months ago
Reviewers: Andi Albrecht, M-A, gvrpython, GvR
Base URL:
Comments: 0