Merge in the library list, detail, and results downloading feature from
[htsworkflow.git] / htsworkflow / frontend / settings.py
index 76aa1f356fa2ec5697ac0c06c14d3f683c389ec3..a988694d5d503e0073c71ef83744d9e31954819b 100644 (file)
@@ -27,6 +27,9 @@ The options understood by this module are (with their defaults):
 import ConfigParser
 import os
 
+# make epydoc happy
+__docformat__ = "restructuredtext en"
+
 def options_to_list(dest, section_name):
   """
   Load a options from section_name and store in a dictionary
@@ -140,6 +143,7 @@ INSTALLED_APPS = (
     'django.contrib.admin',
     'django.contrib.auth',
     'django.contrib.contenttypes',
+    'django.contrib.humanize',
     'django.contrib.sessions',
     'django.contrib.sites',
     'htsworkflow.frontend.eland_config',