From a74d76758f4fc606562f54442c726d61d29cc6da Mon Sep 17 00:00:00 2001 From: Pramod Maurya Date: Fri, 28 Apr 2017 15:16:09 +0530 Subject: [PATCH] Update README.rst added comment for DRF endpoints lookup --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 4833f1b8..8d00c0b8 100644 --- a/README.rst +++ b/README.rst @@ -141,6 +141,7 @@ http://www.django-rest-framework.org/tutorial/6-viewsets-and-routers#using-route urlpatterns = patterns('', # URLs will show up at /devices + # DRF browsable API which lists all available endpoints url(r'^', include(router.urls)), # ... )