Skip to content

Commit 3acf179

Browse files
authored
Merge pull request #298 from rg3915/pelican
Mais links
2 parents 9fed88c + cf92a01 commit 3acf179

3 files changed

+12
-7
lines changed

content/django-rest-framework-quickstart.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Além disso, tivemos alterações significativas em [settings.py](https://github
5050

5151
* 0 - **Quickstart**
5252
* 1 - [Serialization][11]
53-
* 2 - Requests & Responses
54-
* 3 - Class based views
53+
* 2 - [Requests & Responses][12]
54+
* 3 - [Class based views][13]
5555

5656
> **Obs**: se você não sabe [Django][3] sugiro que leia este [tutorial][4] antes.
5757
@@ -208,4 +208,6 @@ Veja o código no [GitHub][8].
208208
[4]: http://pythonclub.com.br/tutorial-django-17.html
209209
[7]: https://github.com/jakubroztocil/httpie#installation
210210
[8]: https://github.com/rg3915/drf-quickstart.git
211-
[11]: http://pythonclub.com.br/django-rest-framework-serialization.html
211+
[11]: http://pythonclub.com.br/django-rest-framework-serialization.html
212+
[12]: http://pythonclub.com.br/django-rest-framework-requests-responses.html
213+
[13]: http://pythonclub.com.br/django-rest-framework-class-based-views.html

content/django-rest-framework-requests-responses.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Category: Python, Django, REST
1111
* 0 - [Quickstart][10]
1212
* 1 - [Serialization][11]
1313
* 2 - **Requests & Responses**
14-
* 3 - Class based views
14+
* 3 - [Class based views][12]
1515

1616
Este post é continuação do post [Django Rest Framework Serialization][11].
1717

@@ -117,4 +117,5 @@ http http://127.0.0.1:8000/persons.api
117117
Até a próxima.
118118

119119
[10]: http://pythonclub.com.br/django-rest-framework-quickstart.html
120-
[11]: http://pythonclub.com.br/django-rest-framework-serialization.html
120+
[11]: http://pythonclub.com.br/django-rest-framework-serialization.html
121+
[12]: http://pythonclub.com.br/django-rest-framework-class-based-views.html

content/django-rest-framework-serialization.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Favor clonar o projeto do [GitHub](https://github.com/rg3915/drf#clonando-o-proj
2626

2727
* 0 - [Quickstart][10]
2828
* 1 - **Serialization**
29-
* 2 - Requests & Responses
30-
* 3 - Class based views
29+
* 2 - [Requests & Responses][11]
30+
* 3 - [Class based views][12]
3131

3232
Pra quem não sabe, para usar API Web usamos REST, no caso, [Django Rest Framework][0], framework web do [Django][3].
3333

@@ -446,3 +446,5 @@ GitHub: Se você quiser pode olhar meu [GitHub][8], mas terá que ver os *commit
446446
[8]: https://github.com/rg3915/drf.git
447447
[9]: http://www.django-rest-framework.org/tutorial/1-serialization/
448448
[10]: http://pythonclub.com.br/django-rest-framework-quickstart.html
449+
[11]: http://pythonclub.com.br/django-rest-framework-requests-responses.html
450+
[12]: http://pythonclub.com.br/django-rest-framework-class-based-views.html

0 commit comments

Comments
 (0)