Last Updated: February 25, 2016
·
472
· ilianiliev

Use Django templates for prototyping

Using pure HTML templates for prototyping or cutting PSD files to pure HTML are widely used but still not quite convenient. No includes, lots of repeated code etc. If you are familiar with the Django templates you try https://github.com/IlianIliev/django-for-prototyping
With few simple commands you have working project and only thing left to you is to add your templates using the built-in features.