Skip to content

thikonom/django_beautify_settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

A tiny script that removes all the redundant comments from django's DEFAULT settings.py and renders its content in a more readable way.

How to use it:

  1. Provide the full path of settings.py file from the command line::

    python clean_settings.py /Users/username/django-project/settings.py

or

  1. Place the script on the root of your django project:

    python clean_settings.py

You can test it with the sample settings.py file that's in the test folder:

python clean_settings.py ./test/settings.py

About

A tiny script that removes all the redundant comments from django's settings.py file and renders it's content in a more readable way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages