/django-template-fiddle

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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