DEV Community

Discussion on: Django Rest Framework with PostgreSQL: A CRUD Tutorial

Collapse
 
thirukr profile image
thirukr • Edited

Thanks for the detail walk thru and sample project to explain REST api using Django.

Just one small typo: Within DB settings - change the db name to 'NAME': 'mydb'. Remaining all working like a charm :)

Collapse
 
jkaylight profile image
Jekayin-Oluwa Olabemiwo

Oh, my pleasure