On Apr 8, 11:54 am, Thomas Guettler <[EMAIL PROTECTED]> wrote:
> Hi,
>
> what is the best way for application specific settings?
>
> Up to now I do it like this:
>
> {{{
> # settings.py
> import APPNAME
>
> }}}
>
> APPNAME is a small python file where I store the values. Most of the
> time there are only some  lines like this: var=value.

That's perfectly legitimate. This article by James Bennett discusses
further ideas on managing your settings (look at the "Other useful
conventions" sub-section there):

http://www.b-list.org/weblog/2006/sep/10/django-tips-laying-out-application/

-Rajesh D

--~--~---------~--~----~------------~-------~--~----~
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