Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
pgajdos opened this issue Oct 9, 2019 · 2 comments · Fixed by #33
Closed

Comments

@pgajdos
Copy link

pgajdos commented Oct 9, 2019

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
Copy link
Author

pgajdos commented Oct 9, 2019

System info: python 3.7 on linux x86_64

@pgajdos
Copy link
Author

pgajdos commented Jan 13, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant