From f82c8c711533a9256cc739f28a6de820aabdc015 Mon Sep 17 00:00:00 2001 From: Tom <46689196+a-toms@users.noreply.github.com> Date: Sun, 14 Jan 2024 09:08:41 +0100 Subject: [PATCH] Update README.md Add link and description to the Django tutorials on Photon Designer. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f5e6a1..b71baa5 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,7 @@ _A short list of Python packages that work well with Django._ - [Django Girls Tutorial](https://tutorial.djangogirls.org/en/) - Use function-based views to build a blog app. - [LearnDjango](https://learndjango.com/) - Tutorials and premium courses on Django and Django REST Framework. - [Adam Johnson](https://adamj.eu/tech/) - Adam is on the Technical Board of Django and regularly writes tutorials. +- [💡 Photon Designer - Django tutorials](https:/photondesigner.com/articles) - Django tutorials by Tom Dekan on how to build Django apps simply - from how to build an instant messenger with Django, add instant search, to using Google Drive as a database. Updated regularly. - [TestDriven](https://testdriven.io/blog/) - Multiple Django-specific tutorials on topics like Docker, payments, and more. - [Classy Class-Based Views](https://ccbv.co.uk/) - Detailed descriptions of methods/properties/attributes for each generic class-based view. - [Classy Django Forms](https://github.com/ana-balica/classy-django-forms) - Detailed descriptions of methods/properties/attributes for each form class.