Commit 11e015dd authored by Diederik van der Boor's avatar Diederik van der Boor
Browse files

README: fix syntax of urlpatterns

parent 3c24ee47
......@@ -227,7 +227,7 @@ And expose that URL:
.. code-block:: python
urlpatterns += [
url(^private-documents2/(?P<path>.*)$', views.MyStorageView.as_view()),
url('^private-documents2/(?P<path>.*)$', views.MyStorageView.as_view()),
]
Contributing
......
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