django-modernizr
django-modernizr copied to clipboard
Move default settings to settings.py
Is there a specific reason why you use the contribute_to_settings helper function to integrate the default settings into the settings module?
How about putting them into the settings module directly and call them from there when Django hits the middleware? I feel that may make the project organization more obvious.