Skip to content
Snippets Groups Projects
Commit 44bf1a0b authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-139: rebased

parent d57ff52a
No related branches found
No related tags found
1 merge request!96Resolve TMSS-139
......@@ -14,7 +14,6 @@ import os
import logging
from lofar.common import dbcredentials, isDevelopmentEnvironment
<<<<<<< HEAD
logger = logging.getLogger(__name__)
LOGGING = {
......@@ -67,17 +66,6 @@ LOGGING = {
},
}
}
=======
# logger
logger = logging.getLogger(__name__)
# fix/setup django_auth_ldap logging
logging.getLogger('django_auth_ldap').addHandler(logging.StreamHandler())
logging.getLogger('django_auth_ldap').setLevel(logging.INFO)
# from pprint import pprint
# pprint(dict(os.environ))
>>>>>>> 5625d012ecffb971e8f8808fde16f35bfba34714
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
......@@ -140,10 +128,6 @@ TEMPLATES = [
]
WSGI_APPLICATION = 'lofar.sas.tmss.tmss.wsgi.application'
<<<<<<< HEAD
=======
>>>>>>> 5625d012ecffb971e8f8808fde16f35bfba34714
# Database
# https://docs.djangoproject.com/en/2.0/ref/settings/#databases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment