add ALLOWED_IPS (dictionary) vars. These store IP address of clients, who are permitt...
authorUnknown Author <unknown>
Fri, 8 Aug 2008 23:00:57 +0000 (23:00 +0000)
committerUnknown Author <unknown>
Fri, 8 Aug 2008 23:00:57 +0000 (23:00 +0000)
gaworkflow/frontend/settings.py

index 0832d670d0e6c60443de5ec6b599525204fe8e48..a327ce89f40eace056db4f84b3e439354342fff0 100644 (file)
@@ -84,13 +84,16 @@ INSTALLED_APPS = (
     'django.contrib.contenttypes',
     'django.contrib.sessions',
     'django.contrib.sites',
-    #'gaworkflow.frontend.eland_config',
     'gaworkflow.frontend.fctracker',
     'gaworkflow.frontend.exp_track',
+    'gaworkflow.frontend.analys_track', 
+    'gaworkflow.frontend.htsw_reports',
     'django.contrib.databrowse',
 )
 
 # Project specific settings
+ALLOWED_IPS = {"74.51.115.100":"HudsonAlpha","64.89.97.100":"HudsonAlpha","127.0.0.1":"Localhost"}
+ALLOWED_ANALYS_IPS = {"171.65.76.194":"Stanford Analysis 1"}
 #UPLOADTO_HOME = os.path.abspath('../../uploads')
 #UPLOADTO_CONFIG_FILE = os.path.join(UPLOADTO_HOME, 'eland_config')
 #UPLOADTO_ELAND_RESULT_PACKS = os.path.join(UPLOADTO_HOME, 'eland_results')