Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 320 Bytes

README.rst

File metadata and controls

17 lines (10 loc) · 320 Bytes

Django-sortedsettings

A script that outputs all the values in your settings.py, but ordered alphabetically.

usage:

sortsettings.py

This will dump the settings.py module sorted

or:

sortsettings.py settings.someothermodule

This will dump the settings/someothermodule.py module sorted