1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-02-15 00:45:18 +00:00
webvirtcloud/webvirt/settings-dev.py

12 lines
192 B
Python
Raw Normal View History

2019-08-16 05:24:26 +00:00
"""
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