From 829926e2e72ee6b3ac97127fe0f6dd4f8c95c3c5 Mon Sep 17 00:00:00 2001 From: Karoline Farias Date: Mon, 26 Oct 2020 23:05:12 -0400 Subject: [PATCH] Update Django section (#4759) * * Updated Django section - Added link to Django Documentation, version 3.1, in brazilian portuguese * * Removed version specification in the link and change the suggestion to alphabetical order --- free-programming-books-pt_BR.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-books-pt_BR.md b/free-programming-books-pt_BR.md index 9f465756..4b2ed80f 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -1,4 +1,4 @@ -### Índice +### Índice * [Agnósticos](#agnosticos) * [Programação](#programação) @@ -304,6 +304,7 @@ #### Django +* [Documentação do Django](https://docs.djangoproject.com/pt-br) * [Tutorial Django Girls](https://tutorial.djangogirls.org/pt/)