Added default SampleTypes that are loaded automatically when using manage.py syncdb
[htsworkflow.git] / samplebc / settings.py
index daaae8aecd7300e00cc9c5581e50d37c92fe61af..4aa9dad612da268ada28355716102d1755b70cc4 100644 (file)
@@ -85,8 +85,12 @@ INSTALLED_APPS = (
     'samplebc.bcmagic'
 )
 
+FIXTURE_DIRS = (
+    os.path.abspath('../fixtures'),
+)
+
 
 #########################
 # App Specific Settings
 
-HTSW_ST_APPNAME = 'HTSW-SampleTracker'
\ No newline at end of file
+HTSW_ST_APPNAME = 'HTSW-SampleTracker'