9👍
✅
You’ve added the app to INSTALLED_APPS
, but you haven’t added the relevant context processor to TEMPLATE_CONTEXT_PROCESSORS
– it needs to include "django.contrib.messages.context_processors.messages"
.
Source:stackexchange.com