zostera/django-bootstrap3

You cannot add messages without installing django.contrib.messages.middleware.MessageMiddleware

lightjl opened this issue · 3 comments

cd demo
python ./manage.py runserver

http://127.0.0.1:8000/

I got the same error.

Same error for me with Django 2.0.2 under Windows

dyve commented

Was caused by old MIDDLEWARE_CLASSES notation. Thanks for reporting!