On Sep 23, 1:36 pm, "Jay Parlar" <[EMAIL PROTECTED]> wrote:

> ...So I usually have files called dbsettings.py and
> mediasettings.py, that hold all my database and media info, then I
> just have settings.py import them...

I also import into my settings.py file a 'settings_local.py' file,
which does not live in the repository. The one other thing I do is set
every custom setting in the main settings file explicitly, like:

AUTOMATIC_SSL_REDIRECTION = settings_local.AUTOMATIC_SSL_REDIRECTION #
True or False

Especially for non-standard settings, my thinking is that this will
help folk who want to examine my code more easily get it up and
running.

- birkin / bspace.us
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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