Skip to content

Script for formatting HTML file while static has been collected in Django

License

Notifications You must be signed in to change notification settings

umutambyi-gad/django-static-tagging

Repository files navigation

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

About

Script for formatting HTML file while static has been collected in Django

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages