mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-23 11:04:49 +00:00
Rename webvirtcloud to webvirt
This commit is contained in:
parent
3488661dc9
commit
5130871248
21 changed files with 45 additions and 99 deletions
11
webvirt/settings-dev.py
Normal file
11
webvirt/settings-dev.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
"""
|
||||
Django dev settings for webvirt project.
|
||||
|
||||
HowTo: python manage.py runserver 0:8000 --settings=webvirt.settings-dev
|
||||
|
||||
"""
|
||||
|
||||
from webvirt.settings import *
|
||||
|
||||
DEBUG = True
|
||||
TEMPLATE_DEBUG = True
|
||||
Loading…
Add table
Add a link
Reference in a new issue