Unverified Commit 1fb5c0d8 authored by dani herrera's avatar dani herrera Committed by GitHub
Browse files

change `url` by `path`

parent cfe1e62e
......@@ -44,7 +44,7 @@ Add to ``urls.py``:
import private_storage.urls
urlpatterns += [
url('^private-media/', include(private_storage.urls)),
path('private-media/', include(private_storage.urls)),
]
Usage
......
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