Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Apr 21, 2016
1 parent a1f8926 commit 4a8cae5
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -30,9 +30,6 @@
MEDIA_ROOT = os.path.join(DOC_ROOT, 'media')
STATIC_ROOT = os.path.join(DOC_ROOT, 'static')

STATICFILES_DIRS = (
os.path.join(PROJECT_DIR, 'static'),
)
TEMPLATE_DIRS = (
os.path.join(PROJECT_DIR, 'templates'),
)
Expand Down Expand Up @@ -209,4 +206,4 @@
# )
# MIDDLEWARE_CLASSES = (
# 'debug_toolbar.middleware.DebugToolbarMiddleware',
# ) + MIDDLEWARE_CLASSES
# ) + MIDDLEWARE_CLASSES

0 comments on commit 4a8cae5

Please sign in to comment.