Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
44bf1a0b
Commit
44bf1a0b
authored
5 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-139
: rebased
parent
d57ff52a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!96
Resolve TMSS-139
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/TMSS/src/tmss/settings.py
+0
-16
0 additions, 16 deletions
SAS/TMSS/src/tmss/settings.py
with
0 additions
and
16 deletions
SAS/TMSS/src/tmss/settings.py
+
0
−
16
View file @
44bf1a0b
...
...
@@ -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))
>>>>>>>
5625
d012ecffb971e8f8808fde16f35bfba34714
# 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
=======
>>>>>>>
5625
d012ecffb971e8f8808fde16f35bfba34714
# Database
# https://docs.djangoproject.com/en/2.0/ref/settings/#databases
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment