gwift-book/ideas/resources.md

20 lines
1.1 KiB
Markdown
Raw Normal View History

2015-10-13 14:09:21 +02:00
# Ressources
## Livres
* [Two scoops of Django](http://twoscoopspress.com/). Ce livre couvre les principaux concepts de Django. L'avantage est qu'on peut l'ouvrir au hasard et lire un chapitre sans devoir lire les précédents. Ce livre-ci ne constitue cependant pas un tutorial pour développer une application Django *from-scratch*.
* [Django Design Patterns](https://www.packtpub.com/web-development/django-design-patterns-and-best-practices), d'Arun Ravindran.
2020-09-13 16:33:39 +02:00
## Sur le Web
* [Books by Agiliq](https://books.agiliq.com/en/latest/README.html) - Ils ont de tout, dont certains particulièrement utiles:
* [Django Admin Cookbook](https://books.agiliq.com/projects/django-admin-cookbook/) - pour Django 2.0, mais toujours d'actualité.
* [Django ORM](https://books.agiliq.com/projects/django-orm-cookbook/) - Idem (Django 2.0), mais cible précisément les fonctions de l'ORM.
* [Building APIs with Django and Django Rest Framework](http://books.agiliq.com/projects/django-api-polls-tutorial/), qu'on n'aborde pas ici ;-)
Et plein d'autres sucreries.
2015-10-13 14:09:21 +02:00
## Sites
* [Sam & Max](http://sametmax.com)