Reputation: 25
I have a project to get data from webservice to do jobs and post data to webservice to commit. Client is android application.
Client jobs: get json from webservice and parse like login get username .... post: client post data they commit example: change username password
Can i write with django or something like that? - sorry because my bad english.
Upvotes: 0
Views: 1022
Reputation: 4607
I'd recommend taking a look at django-tastypie. It's an incredibly simple way to set up API's for django models.
Upvotes: 1