1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-01-13 00:45:17 +00:00
webvirtcloud/webvirtcloud/settings-dev.py

12 lines
207 B
Python
Raw Normal View History

2015-03-25 20:30:57 +00:00
"""
Django dev settings for webvirtcloud project.
2015-04-21 14:25:26 +00:00
HowTo: python manage.py runserver 0:8000 --settings=webvirtcloud.settings-dev
2015-03-25 20:30:57 +00:00
"""
2015-04-02 06:37:46 +00:00
from webvirtcloud.settings import *
2015-03-25 20:30:57 +00:00
DEBUG = True
2015-04-02 06:37:46 +00:00
TEMPLATE_DEBUG = True