lightweightdjango / examples

Code examples for "Lightweight Django", by Julia Elman and Mark Lavin.
http://bit.ly/lightweightdjango
441 stars 221 forks source link

Chapter 4 fixes #24

Closed JohnRomanski closed 7 years ago

JohnRomanski commented 7 years ago

These are the changes I had to make locally to get the API working as described in the book.

mlavin commented 7 years ago

This book was written for Django 1.8 as indicated in the preface. The other requirements (djangorestframework, django-filter, etc) were pinned in the most recent update as well and these don't match the expected version.