realpython / book3-exercises

Book 3 Advanced Web Dev with Django 1.7 -- Exercises for the book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1 failure when running the first set of tests.

Laukess opened this issue · comments

Hi.

In book 3, page 31, on the 5th bullet point you're asked to run some tests (python manage.py test)
and when doing so, I get an error. http://imgur.com/mFfhQwT.

this fixed it for me:
http://stackoverflow.com/questions/13659898/when-i-run-the-full-test-suite-in-django-i-get-errors-about-missing-messagemidd
Looks like a windows problem.