Django REST framework 3.5
django-rest-framework.org
Django REST framework 3.5
1–10 of 68 posts
Re: Django REST framework 3.5
#2Re: Django REST framework 3.5
#3Re: Django REST framework 3.5
#4I find it's Model centric approach a whole lot nicer to work with then Django-Rest .
Re: Django REST framework 3.5
#5DRF scores well here. It's designed in an intuitive way. The healthy community around it is a big plus as well. Can't count the number of times I've come across a SO article that had updated answers for the latest versions.
I only wish there was a way to make one time donations. Currently you have to sign up for a recurring plan.
Re: Django REST framework 3.5
#6For people who are unfamiliar, there is also Tastypie. I find it's Model centric approach a whole lot nicer to work with then Django-Rest .
Re: Django REST framework 3.5
#7For people who are unfamiliar, there is also Tastypie. I find it's Model centric approach a whole lot nicer to work with then Django-Rest .
Re: Django REST framework 3.5
#8Re: Django REST framework 3.5
#9I can't wait to see support for real-time views. Is that in the cards for DRF 3.6?
Re: Django REST framework 3.5
#10I always miss DJRF when using languages other than Python