diff options
| author | markotibold | 2011-06-26 01:38:56 +0200 | 
|---|---|---|
| committer | markotibold | 2011-06-26 01:38:56 +0200 | 
| commit | 8cab127c2a99ab027e981f3e9198b7c548f0aa46 (patch) | |
| tree | 15cd8e640de25af828c0634e71b99242e4dfe7d5 /examples/sandbox/views.py | |
| parent | 9be3d38aa02ff2a64adc9cab60db05f37cbfe476 (diff) | |
| download | django-rest-framework-8cab127c2a99ab027e981f3e9198b7c548f0aa46.tar.bz2 | |
some restyling and updated requirements.txt for yaml support
Diffstat (limited to 'examples/sandbox/views.py')
| -rw-r--r-- | examples/sandbox/views.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/sandbox/views.py b/examples/sandbox/views.py index f8d87a0b..29f2e3ce 100644 --- a/examples/sandbox/views.py +++ b/examples/sandbox/views.py @@ -22,7 +22,7 @@ class Sandbox(View):      4. A generic object store API.      5. A code highlighting API.      6. A blog posts and comments API. -    7. A basic example using permissions. You can login with **'test', 'test'.**  +    7. A basic example using permissions.      Please feel free to browse, create, edit and delete the resources in these examples.""" | 
