During PyconFR 2016 in Rennes, a yearly conference of French Python developers, our team gave a talk about lessons learned building a public API using Django REST framework.
You can find the complete code of what we presented in our slides on Bleemeo account .
You can find the slides of our presentation on the Bleemeo slideshare .
Makina Corpus wrote 9 introduction blog posts (in French) to Django REST framework we highly recommend if you want to discover the framework:
- Django Rest Framework : les Serializer et les exceptions (partie 1)
- Django Rest Framework : les Viewset (partie 2)
- Django Rest Framework : fonctionnement des routeurs (partie 3)
- Django Rest Framework : intégration des routeurs (partie 4)
- Django Rest Framework : personnalisation des routeurs (partie 5)
- Django Rest Framework : négociation de contenu (partie 6)
- Django Rest Framework : versioning pour les API REST (hors série)
- Django Rest Framework : versioning avec DRF (partie 7)
- Django Rest Framework : les tests (partie 8)i