Tango with Django is a really enjoyable book. You really never feel overwhelmed with information and it's easy to follow. I particularly like to see how a small initial project slowly grows. The exercises at the end of each chapter are maybe a bit too easy.
Bad notes. First, the book is that it is now outdated so that either you play with it with the given version OR you use the latest version but you end up with features that are now slightly different or no longer existing. Nothing that cannot be quickly fixed through a Google search tho.
Second bad point, probably the worst thing, is that some ofthe latest chapters are simply BROKEN. Auth redux is an example. The code provided is simply missing part so that you cant get it to work.
One of the best intros to Django. A bit out-dated (usually 1-2 versions behind latest) but nevertheless builds a solid project.
However handles beginner-level topics as Django's MTV, ORM, Auth and etc. Doesn't touch upon advanced subjects as REST APIs, combining with SPA and client-side JS, real-time apps or communication between servers (using Django).