Re: Settings of reusable apps

2007-11-11 Thread Jacob Kaplan-Moss
On 11/11/07, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > What do you think? Please search the archives: this has come up in the past. We've decided not to; it's just a bit too magic. Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed

Settings of reusable apps

2007-11-11 Thread Ivan Sagalaev
Hello, Django developers! When writing reusable apps I've developed a pattern for including settings specific for the app. For example my forum needs settings for pagination, unread articles expiration etc... I include such settings in a settings.py inside an application which serves both as d