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
11e015dd
Commit
11e015dd
authored
May 09, 2017
by
Diederik van der Boor
Browse files
README: fix syntax of urlpatterns
parent
3c24ee47
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
11e015dd
...
@@ -227,7 +227,7 @@ And expose that URL:
...
@@ -227,7 +227,7 @@ And expose that URL:
.. code-block:: python
.. code-block:: python
urlpatterns += [
urlpatterns += [
url(^private-documents2/(?P<path>.*)$', views.MyStorageView.as_view()),
url(
'
^private-documents2/(?P<path>.*)$', views.MyStorageView.as_view()),
]
]
Contributing
Contributing
...
...
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