From aa6ef5d4b6066d602f95eee973fbb500abfbe7e2 Mon Sep 17 00:00:00 2001 From: apache Date: Tue, 29 Oct 2013 13:19:16 +0400 Subject: [PATCH] fixed STATICFILES_DIRS --- project/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/project/settings.py b/project/settings.py index 35b5ef5..de76f09 100644 --- a/project/settings.py +++ b/project/settings.py @@ -81,7 +81,6 @@ STATICFILES_DIRS = ( # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. path('static'), - ('', os.path.join(os.path.abspath(find_module('debug_toolbar')[1]), 'media')), ) # List of finder classes that know how to find static files in