1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-02-14 16:35:18 +00:00
webvirtcloud/webvirt/settings-dev.py
2019-08-16 13:26:33 +08:00

11 lines
192 B
Python

"""
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