1
0
Fork 0
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:
Gao Jiangmiao 2019-08-16 13:24:26 +08:00
parent 3488661dc9
commit 5130871248
21 changed files with 45 additions and 99 deletions

11
webvirt/settings-dev.py Normal file
View 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