Skip to content

Commit

Permalink
Add some more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Dec 28, 2015
1 parent 31e4763 commit e81cd22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can also install Oscar API from source and run the sandbox site to play arou
# run the server
$ python sandbox/manage.py runserver
Now you can browse the API at http://localhost:8000/api
Now you can browse the API at http://localhost:8000/api. Here you can actually use the API already (a cool feature of `django-rest-framework`_) by using your browser and find out the different JSON formats you need to send.


But I want to customise the standard serializers / views!
Expand All @@ -86,6 +86,7 @@ Probably you want this, because you already extended or changed Oscar's function
usage/communicate_with_the_api
usage/middleware
usage/settings
usage/permissions
usage/customizing_oscarapi

.. Indices and tables
Expand Down

0 comments on commit e81cd22

Please sign in to comment.