copy stanfords current work in progress to somewhere
[htsworkflow.git] / gaworkflow / frontend / settings.py
index 853cc1e40de4f96b7c63b63199afda984f1a0679..0832d670d0e6c60443de5ec6b599525204fe8e48 100644 (file)
@@ -6,13 +6,16 @@ DEBUG = True
 TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (
-    # ('Your Name', 'your_email@domain.com'),
+     ('Rami Rauch', 'rrauch@stanford.edu'),
 )
 
 MANAGERS = ADMINS
 
+EMAIL_HOST = 'myerslab.stanford.edu'
+EMAIL_PORT = 25
+
 DATABASE_ENGINE = 'sqlite3'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
-DATABASE_NAME = os.path.abspath('../../fctracker.db')             # Or path to database file if using sqlite3.
+DATABASE_NAME = os.path.abspath('/gaworkflow/dev_fctracker.db')             # Or path to database file if using sqlite3.
 DATABASE_USER = ''             # Not used with sqlite3.
 DATABASE_PASSWORD = ''         # Not used with sqlite3.
 DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3.
@@ -81,14 +84,15 @@ INSTALLED_APPS = (
     'django.contrib.contenttypes',
     'django.contrib.sessions',
     'django.contrib.sites',
-    'gaworkflow.frontend.eland_config',
+    #'gaworkflow.frontend.eland_config',
     'gaworkflow.frontend.fctracker',
+    'gaworkflow.frontend.exp_track',
     'django.contrib.databrowse',
 )
 
 # Project specific settings
-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')
-UPLOADTO_BED_PACKS = os.path.join(UPLOADTO_HOME, 'bed_packs')
+#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')
+#UPLOADTO_BED_PACKS = os.path.join(UPLOADTO_HOME, 'bed_packs')