Skip to content
Snippets Groups Projects
Commit 120d80eb authored by GraceDB user's avatar GraceDB user
Browse files

settings for stage server

parent 0e0bc8d7
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@ configs = {
'/home/branson/gracedbdev': 'branson',
'/home/branson/gracedbdev/gracedb': 'branson',
"/home/gracedb/gracestage" : "stage",
}
......
......@@ -152,6 +152,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.media",
#"django.core.context_processors.static", # Does not exist in Django 1.2
"django.core.context_processors.request",
"gracedb.middleware.auth.LigoAuthContext",
'middleware.debug.LigoDebugContext',
......
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