Skip to content

prakash09/html2django_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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