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