Django REST framework

Django has an updated toolkit they are calling “Django REST framework”.

http://django-rest-framework.org/

This is worth reading through and exploring, not because you are a developer-user of Django, but because at first glance it’s well thought out and documented. In case you don’t know, Django is a web application framework written in Python. Django REST framework is a library on top of Django to make it easier to build Web APIs. And of course, good Web APIs are REST APIs.

If after further reading of my own, I recant this opinion, I’ll come back and update this post.

 

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>