Commit 24d312dd authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove unused static file source from settings

parent 129a54f7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ MEDIA_URL = '/media/'
ZINNIA_UPLOAD_TO = 'blog'

STATICFILES_DIRS = (
	join(PACKAGE_DIR, 'static'),
)

TEMPLATE_DIRS = (