How to resolve the Django Messages error?

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.

Rupreck's avatar
305
Rupreck
asked 2013-09-18 03:43:19 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2013-09-23 15:28:57 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments