Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.11 KB

django-static-tagging

When I'm on Django project I spend more time formatting an html file after collecting static, so in that case I created this script to automate it for me instead of going one on every static file's link in markup and add {% static 'file' %}.

Author

Gitlab @umutambyi-gad
Website: umutambyigad
Stackoverflow: @umutambyi-gad
Twitter: @umutambyi_gad
Linkedin: @umutambyi-gad
Dev.to: @umutambyigad
Email: [email protected]

Usage

Just add all html files that you want to format on fileToFormat.txt text file like

C:/Users/username/index.html
C:/Users/username/path/home.html

after that run format.py script to format it.

License

This project is under the MIT license