Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 397 Bytes

html2dt links the static files present in the Django project static folder to .html files. Eg: <img src="/img/abc.jpg"> converted to <img src="{% static '/img/abc.jpg' %}">

Note- Bash shell is needed for it's working.

####Installation#### pip install html2dt

####Usage#### html2dt index.html

####Pypi url#### https://pypi.python.org/pypi?:action=display&name=html2dt&version=1.1