Commit 471065eb by minusf Committed by GitHub

Update 7-schemas-and-client-libraries.md

parent fe33b2d0
...@@ -41,7 +41,7 @@ view in our URL configuration. ...@@ -41,7 +41,7 @@ view in our URL configuration.
schema_view = get_schema_view(title='Pastebin API') schema_view = get_schema_view(title='Pastebin API')
urlpatterns = [ urlpatterns = [
       url(r'^schema/$', schema_view),    url(r'^schema/$', schema_view),
... ...
] ]
......
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