From e6a77ea550641097bcf7048d97e76b8c63d10916 Mon Sep 17 00:00:00 2001 From: 010011000101010101011000 <68354739+010011000101010101011000@users.noreply.github.com> Date: Sat, 22 Jun 2024 14:25:24 +0200 Subject: [PATCH] Added Books Added some of the latest Books from https://djangobook.com/ Maybe a link to https://djangobook.com/ would also fit on top of the section? --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2760a41..92d40f5 100644 --- a/README.md +++ b/README.md @@ -444,8 +444,11 @@ _A short list of Python packages that work well with Django._ _Django 5.0_ - [Boost Your Django DX](https://adamchainz.gumroad.com/l/byddx) +- [Django 5 By Example](https://www.packtpub.com/en-us/product/django-5-by-example-9781805125457) +- [Django in Action](https://www.manning.com/books/django-in-action) _Django 4.2_ +- [Understand Django: An Exploration of the Django Web Framework](https://www.mattlayman.com/understand-django/) - [Django for Beginners: Build websites with Python and Django](https://djangoforbeginners.com/) _Django 4.0_