Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tastypie

Accessing Comments On An Object Via Reverse Relationship With Tastypie

I'm building an API using Tastypie with Django and I've run into a bit of an issue. I have … Read more Accessing Comments On An Object Via Reverse Relationship With Tastypie

Pendingdeprecationwarning On Django / Tastypie

I am trying to set a pretty straightforward example of a REST service using tastypie, however I am … Read more Pendingdeprecationwarning On Django / Tastypie

Django Model Not Saving When Calling Save()

so i am trying to save a django model, and for some reason i am only getting a 500 internal server … Read more Django Model Not Saving When Calling Save()