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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Rupreck's avatar
305
Rupreck
asked 11 years ago
Evgeny's avatar
13.2k
Evgeny
updated 11 years ago

Comments

see more comments