Commit 3cf01b73 by Dark Goat Committed by GitHub

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

fix django url syntax.
parent f3ccad8f
......@@ -41,7 +41,7 @@ view in our URL configuration.
schema_view = get_schema_view(title='Pastebin API')
urlpatterns = [
url('^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