2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 02:47:24 +00:00

static files redone

This commit is contained in:
Philip Sargent
2020-06-18 21:50:16 +01:00
parent bd6490631f
commit d9c6986a89
25 changed files with 122 additions and 151 deletions

View File

@@ -19,7 +19,7 @@ import urllib.parse
import django
print("** importing troggle/settings.py")
print("* importing troggle/settings.py")
# Note that this builds upon the django system installed
# global settings in
@@ -31,7 +31,6 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))
# Django settings for troggle project.
ALLOWED_HOSTS = ['expo.survex.com','localhost', '127.0.0.1']
ADMINS = (
@@ -103,7 +102,7 @@ INSTALLED_APPS = (
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
# 'django.contrib.staticfiles',
'registration',
'troggle.profiles',
'troggle.core',
@@ -146,4 +145,4 @@ TEST_RUNNER = 'django.test.runner.DiscoverRunner'
from localsettings import *
#localsettings needs to take precedence. Call it to override any existing vars.
print("++ finished importing troggle/settings.py")
print("+ finished importing troggle/settings.py")