12👍
I would recommend Practical Django Projects by James Bennett, it’s really clear and practical.
7👍
Best is subjective and what books do you already know?
I would not buy a printed book. Information is changing too fast.
I find the official Django documentation pretty useful, then there is the Django book and the Django questions here on SO are useful too of course.
Also this blog (from one of the Django authors? I am not sure) gives some nice tipps and tricks.
- Django "view didn't return an HttpResponse object."
- Commit manually in Django data migration
- Django – CSRF token missing or incorrect
- How can I test whether Django is running in debug mode?
- Django queryset __contains case sensitive?
2👍
I have found The Definitive Guide to Django Web Development Done Right, 2nd edition to be good.
- ValueError: Field 'id' expected a number but got 'Processing'
- Execute code on model creation in Django
- Django request.user.is_superuser doesn't work
- How to limit choices of ForeignKey choices for Django raw_id_field
- How can I get all the objects in a Django model that have a specific value for a ForeignKey field?
Source:stackexchange.com