Commit a01d6153 by Tom Christie

Add note re. browseable API and @api_view decorator

parent bd28e43c
...@@ -129,7 +129,9 @@ Go ahead and test the API from the command line, as we did in [tutorial part 1][ ...@@ -129,7 +129,9 @@ Go ahead and test the API from the command line, as we did in [tutorial part 1][
**TODO: Describe using accept headers, content-type headers, and format suffixed URLs** **TODO: Describe using accept headers, content-type headers, and format suffixed URLs**
Now go and open the API in a web browser, by visiting [http://127.0.0.1:8000/][3]. Now go and open the API in a web browser, by visiting [http://127.0.0.1:8000/][3]."
**Note: Right now the Browseable API only works with the CBV's. Need to fix that.**
**TODO: Describe browseable API awesomeness** **TODO: Describe browseable API awesomeness**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment