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
5fb51f74
Commit
5fb51f74
authored
Apr 14, 2017
by
Mateu Batle
Browse files
Fix import reverse
parent
123c1b89
Changes
1
Hide whitespace changes
Inline
Side-by-side
private_storage/storage/s3boto3.py
View file @
5fb51f74
from
django.urls
import
reverse
try
:
from
django.urls
import
reverse
except
ImportError
:
from
django.core.urlresolvers
import
reverse
from
django.utils.deconstruct
import
deconstructible
from
storages.backends.s3boto3
import
S3Boto3Storage
from
storages.utils
import
setting
...
...
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