From 5ea92a84166320ddf16d1879e099972a79121e12 Mon Sep 17 00:00:00 2001 From: 1110sillabo <55744890+1110sillabo@users.noreply.github.com> Date: Tue, 27 Oct 2020 00:02:30 +0100 Subject: [PATCH] Update free-programming-books.md (#4741) Added MDN Django tutorial: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index c5440e41..3d091afc 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -2400,6 +2400,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Django Official Documentation](https://media.readthedocs.org/pdf/django/1.10.x/django.pdf) (PDF) (1.10) * [Django Official Documentation](https://buildmedia.readthedocs.org/media/pdf/django/2.2.x/django.pdf) (PDF) (2.2) * [Django RESTful Web Services](https://www.packtpub.com/free-ebooks/django-restful-web-services) - Gaston C. Hillar (Packt account *required*) +* [Django Web Framework (Python)](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django) - MDN contributors * [Djen of Django](http://agiliq.com/books/djenofdjango/) * [Effective Django](https://web.archive.org/web/20181130092020/http://www.effectivedjango.com/) (1.5) * [How to Tango With Django](http://www.tangowithdjango.com/book17/) (1.7) -- GitLab