mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Added settings-dev and updated Django
This commit is contained in:
parent
6da9676299
commit
7803e3a57c
4 changed files with 21 additions and 11 deletions
9
webvirtcloud/settings-dev.py
Normal file
9
webvirtcloud/settings-dev.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
"""
|
||||
Django dev settings for webvirtcloud project.
|
||||
|
||||
"""
|
||||
|
||||
from settings import *
|
||||
|
||||
DEBUG = True
|
||||
TEMPLATE_DEBUG = True
|
||||
|
|
@ -8,9 +8,9 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
|||
|
||||
SECRET_KEY = '4y(f4rfqc6f2!i8_vfuu)kav6tdv5#sc=n%o451dm+th0&3uci'
|
||||
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
TEMPLATE_DEBUG = True
|
||||
TEMPLATE_DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue