Commit fb8cbab4 by Tom Christie Committed by GitHub

Merge pull request #4991 from fakepoet/patch-1

Fix Django url syntax.
parents f3ccad8f 3cf01b73
......@@ -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