1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-27 00:25:22 +00:00
webvirtcloud/webvirtcloud/settings-dev.py
2015-04-21 17:25:26 +03:00

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