I am following this tutorial:
http://docs.djangoproject.com/en/dev/ref/contrib/messages/
but I get this error:
Error: No module named messages
.
And in django/contrib folder effectively there isn't a messages app.
How can I get work message framework ?