twaddington / django-gravatar

Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!
MIT License
149 stars 33 forks source link

'django.contrib.messages.context_processors.messages' must be enabled in DjangoTemplates #30

Closed pgajdos closed 4 years ago

pgajdos commented 4 years ago

During creating test database I get:

SystemCheckError: System check identified some issues:

ERRORS:
 ?: (admin.E404) 'django.contrib.messages.context_processors.messages' must be enabled in DjangoTemplates (TEMPLATES) in order to use the admin application.

System check identified 1 issue (0 silenced).

Doing what the error message suggests fixes the issue for me. Hence I am not familiar with the code sufficiently in my opinion, I do not dare to make a PR. I can do on demand, though.

pgajdos commented 4 years ago

System info: python 3.7 on linux x86_64

pgajdos commented 4 years ago

Thanks!