Initial conversion of HTSWorkflow to use south migrations.
[htsworkflow.git] / htsworkflow / settings.py
index dce3d90c53608f876cf6b786604288513e96b972..34f830d8738e1908d83f53d0a2726b96b078c402 100644 (file)
@@ -42,6 +42,7 @@ INSTALLED_APPS = (
     'django.contrib.messages',
     'django.contrib.staticfiles',
     'django.contrib.humanize',
+    'south',
 
     'htsworkflow.frontend.eland_config',
     'htsworkflow.frontend.samples',