fixed STATICFILES_DIRS

remotes/origin/yandex
apache 12 years ago
parent 8d66c990b9
commit aa6ef5d4b6
  1. 1
      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

Loading…
Cancel
Save