FIX_css_domain_list.html

This commit is contained in:
alazo 2018-02-18 19:39:27 +01:00
parent 8e103fea5f
commit 494a7e8872
11 changed files with 188 additions and 11 deletions

View file

@ -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

View file

@ -14,7 +14,7 @@ Including another URLconf
2. Add a URL to urlpatterns: url(r'^blog/', include('blog.urls'))
"""
import os
from django.urls import path, include
from django.urls import path, re_path, include
from django.contrib import admin
from django.conf import settings
from django.views.static import serve