From 3a762e73d452f461ca4c3de04c235f2da53145da Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Mon, 1 Nov 2021 13:13:40 -0400 Subject: [PATCH] update Django for Beginners to 3.2 books --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e5c381..b9e1d35 100644 --- a/README.md +++ b/README.md @@ -341,11 +341,11 @@ _A short list of Python packages that work well with Django._ _Django 3.2_ - [Speed Up Your Django Tests](https://adamj.eu/tech/2020/05/04/new-book-speed-up-your-django-tests/) +- [Django for Beginners: Build websites with Python and Django](https://djangoforbeginners.com/) - [Two Scoops of Django 3.x: Best Practices for the Django Web Framework](https://www.feldroy.com/books/two-scoops-of-django-3-x) - [A Wedge of Django: Covers Python 3.8 and Django 3.x](https://www.feldroy.com/books/a-wedge-of-django) _Django 3.1_ -- [Django for Beginners: Build websites with Python and Django](https://djangoforbeginners.com/) - [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/)