django-modernizr icon indicating copy to clipboard operation
django-modernizr copied to clipboard

Move default settings to settings.py

Open bittner opened this issue 8 years ago • 0 comments

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.

bittner avatar Mar 05 '17 18:03 bittner