Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Django Private Storage
Commits
1fb5c0d8
Unverified
Commit
1fb5c0d8
authored
Aug 27, 2022
by
dani herrera
Committed by
GitHub
Aug 27, 2022
Browse files
change `url` by `path`
parent
cfe1e62e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
1fb5c0d8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment