Configure default STATICFILES_DIRS for static files (css, js, imgs)
authorDiane Trout <diane@ghic.org>
Thu, 23 Jan 2014 20:13:51 +0000 (12:13 -0800)
committerDiane Trout <diane@ghic.org>
Tue, 10 Jun 2014 23:10:19 +0000 (16:10 -0700)
commit242833a0a3846c0b5704a7210b43b8f721c82a9f
tree576407c1fa9b991ef849cab82942b13616cef176
parent8bbeeb69bd7d447a6526c6c8981748cf86fb2f17
Configure default STATICFILES_DIRS for static files (css, js, imgs)

And since we're using the newer django static file handling, we
can remove the old debug url configration to find the static files.
htsworkflow/frontend/urls.py
htsworkflow/settings.py