Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraceDB Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Michael William Coughlin
GraceDB Server
Commits
c52019ca
Commit
c52019ca
authored
12 years ago
by
Brian Moe
Browse files
Options
Downloads
Patches
Plain Diff
Seems to work now.
parent
7b7b69f4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
django.wsgi
+9
-1
9 additions, 1 deletion
django.wsgi
settings/production.py
+2
-2
2 additions, 2 deletions
settings/production.py
with
11 additions
and
3 deletions
django.wsgi
+
9
−
1
View file @
c52019ca
...
...
@@ -5,11 +5,19 @@ os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
# Sandbox libs here, if required.
#
sys.path.append('/home/lars/wsgi-sandbox/lib/python2.6')
sys.path.append('/home/lars/wsgi-sandbox/lib/python2.6/site-packages')
sys.path.append('/home/gracedb/graceproj')
# Scott's Shib app uses loggers.
import logging
logging.basicConfig()
#logging.basicConfig(level=logging.DEBUG,
# format='%(asctime)s %(levelname)s %(message)s',
# filename='/tmp/myapp.log',
# filemode='w')
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
This diff is collapsed.
Click to expand it.
settings/production.py
+
2
−
2
View file @
c52019ca
DEBUG
=
False
TEMPLATE_DEBUG
=
DEBUG
SHIB_AUTHENTICATION_SESSION_INITIATOR
=
'
https://archie.phys.uwm.edu/Shibboleth.sso/Login
'
CONFIG_NAME
=
"
PRODUCTION
"
...
...
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