This commit is contained in:
Marko Tibold 2011-12-12 22:20:09 +01:00
parent ac18bea009
commit 8cd7ab1422

View File

@ -7,7 +7,7 @@ from djangorestframework.views import View
class Sandbox(View):
"""This is the sandbox for the examples provided with [Django REST framework](http://django-rest-framework.org).
These examples are provided to help you get a better idea of the some of the features of RESTful APIs created using the framework.
These examples are provided to help you get a better idea of some of the features of RESTful APIs created using the framework.
All the example APIs allow anonymous access, and can be navigated either through the browser or from the command line...