Skip to content

Commit

Permalink
change url by path
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-d authored Aug 27, 2022
1 parent cfe1e62 commit 1fb5c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fb5c0d

Please sign in to comment.