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 Coughlin
GraceDB Server
Commits
e23d5c06
Commit
e23d5c06
authored
13 years ago
by
Brian Moe
Browse files
Options
Downloads
Patches
Plain Diff
new settings for new debian squeeze server
parent
ae39c2ff
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-dev.wsgi
+5
-11
5 additions, 11 deletions
django-dev.wsgi
settings_dev.py
+2
-2
2 additions, 2 deletions
settings_dev.py
with
7 additions
and
13 deletions
django-dev.wsgi
+
5
−
11
View file @
e23d5c06
import os
import os
import sys
import sys
sys.path.append('/home/lars/django')
# XXX The WSGI files should be unified.
# Would be easy if settings.py were unified, which isn't hard.
# OK, the lib/lib64 situation should be handled better.
sys.path.append('/opt/lscsoft-bleed/lib64/python2.4/site-packages')
sys.path.append('/opt/lscsoft-bleed/glue/lib64/python2.4/site-packages')
sys.path.append('/opt/lscsoft-bleed/lib/python2.4/site-packages')
sys.path.append('/opt/lscsoft/pylal/lib/python2.4/site-packages')
sys.path.append('/opt/lscsoft/pylal/lib64/python2.4/site-packages')
os.environ['DJANGO_SETTINGS_MODULE'] = 'gracedb.settings_dev'
os.environ['DJANGO_SETTINGS_MODULE'] = 'gracedb.settings_dev'
sys.path.append('/home/bmoe/sandbox/lib/python2.6/site-packages')
sys.path.append('/home/bmoe/sandbox/lib/python2.6')
import django.core.handlers.wsgi
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
application = django.core.handlers.wsgi.WSGIHandler()
#os.environ['PKG_CONFIG_PATH'] = "${HOME}/lib/pkgconfig:${PKG_CONFIG_PATH}"
This diff is collapsed.
Click to expand it.
settings_dev.py
+
2
−
2
View file @
e23d5c06
...
@@ -36,7 +36,7 @@ DATABASE_HOST = '' # Set to empty string for localhost.
...
@@ -36,7 +36,7 @@ DATABASE_HOST = '' # Set to empty string for localhost.
DATABASE_PORT
=
''
# Set to empty string for default.
DATABASE_PORT
=
''
# Set to empty string for default.
# Latency histograms. Where they go and max latency to bin.
# Latency histograms. Where they go and max latency to bin.
LATENCY_REPORT_DEST_DIR
=
"
/home/
lars
/django/data/latency
"
LATENCY_REPORT_DEST_DIR
=
"
/home/
bmoe
/django/data/latency
"
LATENCY_MAXIMUM_CHARTED
=
1800
LATENCY_MAXIMUM_CHARTED
=
1800
LATENCY_REPORT_WEB_PAGE_FILE_PATH
=
LATENCY_REPORT_DEST_DIR
+
"
/latency.inc
"
LATENCY_REPORT_WEB_PAGE_FILE_PATH
=
LATENCY_REPORT_DEST_DIR
+
"
/latency.inc
"
...
@@ -112,7 +112,7 @@ TEMPLATE_DIRS = (
...
@@ -112,7 +112,7 @@ TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
# Always use forward slashes, even on Windows.
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
# Don't forget to use absolute paths, not relative paths.
"
/home/
lars/django
/gracedb/templates
"
,
"
/home/
bmoe
/gracedb/templates
"
,
)
)
INSTALLED_APPS
=
(
INSTALLED_APPS
=
(
...
...
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