Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/brobin/drf-generators
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/brobin/drf-generators:
  update blog link
  Update README.rst
  • Loading branch information
Brobin committed Apr 19, 2015
2 parents 8a98e65 + bdc5706 commit 6fbb6a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ DRF Generators

Writing APIs can be boring and repetitive work. Don't write another CRUDdy view in `Django Rest Framework <http://github.com/tomchristie/django-rest-framework>`_. With DRF Generators, one simple command will generate all of your Views, Serializers, and even Urls for your Django Rest Framework application!

For a full step-by-step tutorial, check out my `blog post <http://brobin.me/blog/2015/4/13/how-to-quickly-write-an-api-in-django>`_!

This is **not** intended to give you a production quality API. It was intended to jumpstart your development and save you from writing the same code over and over for each model.

---------------
Expand Down

0 comments on commit 6fbb6a1

Please sign in to comment.