Commit 5fb51f74 authored by Mateu Batle's avatar Mateu Batle
Browse files

Fix import reverse

parent 123c1b89
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 django.utils.deconstruct import deconstructible
from storages.backends.s3boto3 import S3Boto3Storage from storages.backends.s3boto3 import S3Boto3Storage
from storages.utils import setting from storages.utils import setting
......
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