""" Django dev settings for webvirt project. HowTo: python manage.py runserver 0:8000 --settings=webvirt.settings-dev """ from webvirt.settings import * DEBUG = True TEMPLATE_DEBUG = True