book3-exercises icon indicating copy to clipboard operation
book3-exercises copied to clipboard

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

Results 13 book3-exercises issues
Sort by recently updated
recently updated
newest added

Is there a loading sequence issue in the REST chapter example?

In the page 199 of the PDF. You don't mention to add the important tag: `{% load marketing %}` This makes the templatetag method to render.

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...