#12821: Application settings ----------------------------+----------------------------------------------- Reporter: sorl | Owner: nobody Status: new | Milestone: 1.3 Component: Core framework | Version: 1.1 Keywords: settings | Stage: Unreviewed Has_patch: 0 | ----------------------------+----------------------------------------------- Providing application default settings is quite painful but still very common. I propose in similarity how the admin.py files can be located using autodiscover to have a settings file in the application directory which if located, values will be added to the settings object. Here is some code that I am using personally, it tries to import settings.py file in the app dir and there is no way to stop that, which i suggest must be optional, what do you think?
-- Ticket URL: <http://code.djangoproject.com/ticket/12821> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en.
