DrkSephy / django-hackathon-starter

A boilerplate for Django web applications
1.62k stars 299 forks source link

More integration with Django REST framework #23

Closed DrkSephy closed 9 years ago

DrkSephy commented 9 years ago

Currently there is a simple Django Rest framework example for creating Code Snippets and sending a JSON response to the server. It would be good to have a deeper example which supports more features beyond GET requests (PUT, DELETE, UPDATE).

decentral1se commented 9 years ago

@DrkSephy, I have created a PR, #25, which addresses this feature.

DrkSephy commented 9 years ago

Resolved by PR #25, closing. Thanks!