Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 420 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 420 Bytes

Contacts App

This project is an adaptation of examples of the excellent book Hypermedia Systems in Django.

I learnt a few things in Django like how to pass form data to other methods than POST. Hope this will help some of you. :)

I also use django ninja extra for the JSON API chapter. It really simplifies the creation of APIs.