X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fsettings.py;h=add3c37445298ce889f22c75ebc05b9a71fdfb24;hp=ba2137ae56d35bf61bea11559ea73b8b7f94aff0;hb=242833a0a3846c0b5704a7210b43b8f721c82a9f;hpb=8bbeeb69bd7d447a6526c6c8981748cf86fb2f17 diff --git a/htsworkflow/settings.py b/htsworkflow/settings.py index ba2137a..add3c37 100644 --- a/htsworkflow/settings.py +++ b/htsworkflow/settings.py @@ -98,6 +98,9 @@ TIME_ZONE='America/Los_Angeles' # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/1.6/howto/static-files/ +STATICFILES_DIRS = ( + os.path.join(BASE_DIR, 'htsworkflow', 'frontend', 'static'), +) STATIC_URL = '/static/'