change table of content

This commit is contained in:
Fred 2015-10-27 21:14:17 +01:00
parent c7ce1d37d7
commit 14ed27a1e7
4 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,11 @@
# Summary
* [Introduction](README.md)
* [Avant-propos](intro/step-01-prerequisites.md)
* [Une application Django](intro/step-02-create-django-app.md)
* [Avant d'aller plus loin](intro/step-03-before-going-further.md)
* [Avant-propos](intro-01-prerequisites.md)
* [Une application Django](intro-02-create-django-app.md)
* [Avant d'aller plus loin](intro-03-before-going-further.md)
* [Gwift](gwift/specs.md)
* [Modèle](gwift/models.md)
* [Modèle](gwift/01-models.md)
* [Vues](gwift/02-views.md)
* [URLs](gwift/03-urls.md)
* [Forms](gwift/05-forms.md)