How to resolve the Django Messages error?

asked 2013-09-18 03:43:19 -0500

Rupreck's avatar

updated 2013-09-23 15:28:57 -0500

Evgeny's avatar

Attempting to remove a spammers openID association lead to a fault. The Admin application requires this to display response messages following many operations. Has the configuration information for Django Messages been removed by accident?

The resolution is to update settings.py file to enable Django Messaging.

https://docs.djangoproject.com/en/dev/ref/contrib/messages/

Only the activities in the 'Enabling Messages' section appear to be needed.

edit retag flag offensive close merge delete