Adding the new Reports component.
[htsworkflow.git] / gaworkflow / frontend / settings.py
index 938ed4e25ea4c170f557f94c25d5b399a1e3d081..79ca3d766dd706d71192d30fe553888df5420d74 100644 (file)
@@ -15,7 +15,7 @@ EMAIL_HOST = 'myerslab.stanford.edu'
 EMAIL_PORT = 25
 
 DATABASE_ENGINE = 'sqlite3'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
-DATABASE_NAME = os.path.abspath('/gaworkflow/dev_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.