djangular icon indicating copy to clipboard operation
djangular copied to clipboard

Support for differently-named settings files or structures

Open skoczen opened this issue 11 years ago • 1 comments

I use project/settings/dev.py/project/settings/production.py or something similar in a lot of projects.

This PR provides a way to explicitly set the project root path, instead of only the magic replace('.settings', '') method.

Thanks for a great project!

If this looks good and gets merged, a quick version bump and pypi release would be awesome, so I can pull our projects off my fork and back on to trunk.

Thanks!

skoczen avatar Aug 19 '13 17:08 skoczen

I'd like to see this change get merged in, as modular settings is a very common pattern.

crolfe avatar Sep 30 '14 05:09 crolfe