From ca5fb7c0b6e1f3d6156a29be2bb2e11b1a248374 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 11 Apr 2020 08:38:19 +0100 Subject: [PATCH] Add two Django 3 books Add books by @archatas and @zenx --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6700d8..bf6328d 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,8 @@ _Django 3.0_ - [Django for APIs: Build web APIs with Python and Django](https://djangoforapis.com/) - [Django for Professionals: Production websites with Python and Django](https://djangoforprofessionals.com/) - [Django Crash Course](https://roygreenfeld.com/products/django-crash-course) +- [Django 3 by Example](https://djangobyexample.com/) +- [Django 3 Web Development Cookbook](https://www.packtpub.com/eu/web-development/django-3-web-development-cookbook-fourth-edition) _Django 2.2_ - [Tango with Django](https://www.tangowithdjango.com/)