From 086cc73ac3caa687a8dab060cc4c163f7e7a303f Mon Sep 17 00:00:00 2001 From: Pietro De Luca <66118730+pietrodeluca@users.noreply.github.com> Date: Mon, 22 May 2023 17:52:49 +0200 Subject: [PATCH] Update README.md Added Django for Everybody course, and Harvard's CS50W webdev course. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de2b3e8..601fc34 100644 --- a/README.md +++ b/README.md @@ -338,6 +338,8 @@ _A short list of Python packages that work well with Django._ - [Django Sites](https://www.djangosites.org/) - Comprehensive listing of sites built with Django. - [Django Styleguide](https://github.com/HackSoftware/Django-Styleguide) - Styleguide for Django with best practices and examples. - [Django Template Tags and Filters](https://www.djangotemplatetagsandfilters.com/) - Additional docs on Django's 57 built-in template filters and 27 template tags. +- [Django for Everybody](https://www.dj4e.com/) - A complete course for webdev beginners focused on Django. +- [CS50W](https://cs50.harvard.edu/web/2020/) - Harvard's University introductory course to web development, it explains Django as backend framework. ### Community