mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Add app
This commit is contained in:
parent
fa3df5bff3
commit
7dee5b94ac
23 changed files with 727 additions and 31 deletions
|
|
@ -1,11 +1,6 @@
|
|||
"""
|
||||
Django settings for webvirtcloud project.
|
||||
|
||||
For more information on this file, see
|
||||
https://docs.djangoproject.com/en/1.7/topics/settings/
|
||||
|
||||
For the full list of settings and their values, see
|
||||
https://docs.djangoproject.com/en/1.7/ref/settings/
|
||||
"""
|
||||
|
||||
import os
|
||||
|
|
@ -70,4 +65,10 @@ STATICFILES_DIRS = (
|
|||
|
||||
TEMPLATE_DIRS = (
|
||||
os.path.join(BASE_DIR, 'templates'),
|
||||
)
|
||||
)
|
||||
|
||||
# WebVirtCloud settings
|
||||
WS_PORT = 6080
|
||||
WS_HOST = '0.0.0.0'
|
||||
WS_PUBLIC_HOST = None
|
||||
WS_CERT = None
|
||||
Loading…
Add table
Add a link
Reference in a new issue