How to clean up Django login message from framework How to clean up Django login message from framework django django

How to clean up Django login message from framework


From django-allauth's documentation:

All messages (as in django.contrib.messages) are configurable by overriding their respective template. If you want to disable a message simply override the message template with a blank one.