Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
added comment for DRF endpoints lookup
  • Loading branch information
self-maurya authored Apr 28, 2017
1 parent 55d99ec commit a74d767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ http://www.django-rest-framework.org/tutorial/6-viewsets-and-routers#using-route
urlpatterns = patterns('',
# URLs will show up at <api_root>/devices
# DRF browsable API which lists all available endpoints
url(r'^', include(router.urls)),
# ...
)
Expand Down

0 comments on commit a74d767

Please sign in to comment.