1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 23:25:24 +00:00
webvirtcloud/webvirtcloud/settings-dev.py
2020-04-17 14:02:18 +03:00

11 lines
208 B
Python

"""
Django dev settings for webvirtcloud project.
HowTo: python3 manage.py runserver 0:8000 --settings=webvirtcloud.settings-dev
"""
from webvirtcloud.settings import *
DEBUG = True
TEMPLATE_DEBUG = True