Re: Project settings and application settings.

2013-06-21 Thread piir . dk
I don't really want the settings to be adjusted at runtime, I would like my application to reset some django "core" settings like the MIDDLEWARE_CLASSES during the project configuration, once for all. It is just to ease the deployment of the project and because the applications knows which sett

Project settings and application settings.

2013-06-20 Thread piir . dk
Hello all, I want to have an application settings modifying the project settings but it doesn't seems to work. For development purpose I need to authenticate users against my application database. In Production the authentication is done by Apache, it then sends the REMOTE_USER, correctly. To