mirror of
https://github.com/retspen/webvirtcloud
synced 2025-02-15 00:45:18 +00:00
12 lines
192 B
Python
12 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
|