Skip to content

Commit 9a3f703

Browse files
committed
fix index
1 parent 23c6a10 commit 9a3f703

1 file changed

Lines changed: 24 additions & 48 deletions

File tree

bp/SUMMARY.md

Lines changed: 24 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,27 @@
11
# Sumário
22

3-
* [Introdução][1]
4-
* [Como funciona a internet?][2]
5-
* [Introdução à linha de comando][3]
6-
* [Instalação do Python][4]
7-
* [Editor de Código][5]
8-
* [Introdução ao Python][6]
9-
* [O que é Django?][7]
10-
* [Instalação do Django][8]
11-
* [Criando um projeto][9]
12-
* [Modelos do Django][10]
13-
* [Administração][11]
14-
* [Implantação!][12]
15-
* [Urls][13]
16-
* [Views - hora de criar!][14]
17-
* [Introdução a HTML][15]
18-
* [Django ORM (Querysets)][16]
19-
* [Dados dinâmicos nos templates][17]
20-
* [Templates][18]
21-
* [CSS - Deixe mais bonito][19]
22-
* [Estendendo os templates][20]
23-
* [Amplie sua aplicação][21]
24-
* [Formulários][22]
25-
* [Domínio][23]
26-
* [O que vem depois?][24]
273

28-
[1]: README.md
29-
[2]: how_the_internet_works/README.md
30-
[3]: intro_to_command_line/README.md
31-
[4]: python_installation/README.md
32-
[5]: code_editor/README.md
33-
[6]: python_introduction/README.md
34-
[7]: django/README.md
35-
[8]: django_installation/README.md
36-
[9]: django_start_project/README.md
37-
[10]: django_models/README.md
38-
[11]: django_admin/README.md
39-
[12]: deploy/README.md
40-
[13]: django_urls/README.md
41-
[14]: django_views/README.md
42-
[15]: html/README.md
43-
[16]: django_orm/README.md
44-
[17]: dynamic_data_in_templates/README.md
45-
[18]: django_templates/README.md
46-
[19]: css/README.md
47-
[20]: template_extending/README.md
48-
[21]: extend_your_application/README.md
49-
[22]: django_forms/README.md
50-
[23]: domain/README.md
51-
[24]: whats_next/README.md
4+
* README.md
5+
* how_the_internet_works/README.md
6+
* intro_to_command_line/README.md
7+
* python_installation/README.md
8+
* code_editor/README.md
9+
* python_introduction/README.md
10+
* django/README.md
11+
* django_installation/README.md
12+
* django_start_project/README.md
13+
* django_models/README.md
14+
* django_admin/README.md
15+
* deploy/README.md
16+
* django_urls/README.md
17+
* django_views/README.md
18+
* html/README.md
19+
* django_orm/README.md
20+
* dynamic_data_in_templates/README.md
21+
* django_templates/README.md
22+
* css/README.md
23+
* template_extending/README.md
24+
* extend_your_application/README.md
25+
* django_forms/README.md
26+
* domain/README.md
27+
* whats_next/README.md

0 commit comments

Comments
 (0)