mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 23:55:24 +00:00
11 lines
207 B
Python
11 lines
207 B
Python
"""
|
|
Django dev settings for webvirtcloud project.
|
|
|
|
HowTo: python manage.py runserver 0:8000 --settings=webvirtcloud.settings-dev
|
|
|
|
"""
|
|
|
|
from webvirtcloud.settings import *
|
|
|
|
DEBUG = True
|
|
TEMPLATE_DEBUG = True
|