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