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