mwcm / django-template-fiddle

Like JSFiddle, or SQLFiddle, but for Django Templates. In hindsight this could have been 90% "Fiddler on the Roof" jokes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-template-fiddle

  1. pip install -r requirements.txt (or pip install django)
  2. python manage.py migrate
  3. python manage.py loaddata ./django_template_fiddle/fixtures/initial_data_.yaml
  4. python manage.py runserver

About

Like JSFiddle, or SQLFiddle, but for Django Templates. In hindsight this could have been 90% "Fiddler on the Roof" jokes.

License:GNU General Public License v3.0


Languages

Language:Python 60.8%Language:HTML 39.2%