Django can't find static images in templates
问题 I've looked at pretty much all the examples here and in the documentation and it just isn't working at all So in my settings.py file I have STATIC_ROOT = '/mattr/static/' STATIC_URL = '/mattr/public/' STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder',) TEMPLATE_CONTEXT_PROCESSORS = ('django.core.context_processors.static',) TEMPLATE_DIRS = ('mattr/public', ) Basically everything needed to handle static