On 2010-05-14, at 17:21 , Tom Evans wrote:
> 
> Alternatively, all django needs to run is the import location of the
> settings module [2]. Set it in DJANGO_SETTINGS_MODULE, and then you
> can just write standard python scripts, importing django bits as
> needed.
There are also hacks which let you create a "fake" settings module
programmatically, but that's what they are: hacks.

Unless `django.conf.settings.configure` has been fixed to work
correctly instead of being completely broken (aka requiring that
there is a `DJANGO_SETTINGS_MODULE` and that it points to 
an existing `settings` module when the whole point of the
function is supposedly to *not* need `DJANGO_SETTINGS_MODULE` in
the first place)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to