Unverified Commit 4433fd35 authored by Antonio Morillas's avatar Antonio Morillas Committed by GitHub
Browse files

Merge pull request #78 from ctrl-alt-d/patch-1

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