How do I use different setting for each application?
For example:
http://www.mysite.com/app1 uses the settings.py + local_settings.py of the app1's folder...
http://www.mysite.com/app2 uses the settings.py + local_settings.py of the app2's folder...
etc...
Thanks,