mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-16 19:41:06 +03:00
Update 7-schemas-and-client-libraries.md
fix django url syntax.
This commit is contained in:
parent
f3ccad8fea
commit
3cf01b7350
|
@ -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),
|
||||
...
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user