Commit d12af0f3 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix static files included with package

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

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

TEMPLATE_DIRS = (
(328 B)

File moved.

(420 B)

File moved.

(456 B)

File moved.

(784 B)

File moved.

Loading