FIX_css_domain_list.html
This commit is contained in:
parent
8e103fea5f
commit
494a7e8872
11 changed files with 188 additions and 11 deletions
|
|
@ -16,7 +16,6 @@ import os
|
|||
|
||||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
print(BASE_DIR)
|
||||
|
||||
# Quick-start development settings - unsuitable for production
|
||||
# See https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/
|
||||
|
|
@ -25,7 +24,7 @@ print(BASE_DIR)
|
|||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = ['eds.webzos.net', 'eds.webzos.ch', 'localhost', '127.0.0.1']
|
||||
ALLOWED_HOSTS = ['eds.webzos.net', 'localhost', '127.0.0.1']
|
||||
|
||||
|
||||
# Application definition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue