I’m building a simple application as part of my learning(to understand REST APIs) using django and backbone. I would like to create a user registration and pass these values to django backend using json. Can someone point me to some examples and source codes to construct good APIs using django and using them with backbone?
I’m building a simple application as part of my learning(to understand REST APIs) using
Share
I would say this is a good example, where he’s creating new wines with a model.set over a JSON api.
For example… take a look at the section with: