mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
upgrade django to 2.2 (#4620)
This commit is contained in:
@@ -9,7 +9,7 @@ except ImportError:
|
||||
from .models import TermsAndConditions
|
||||
from django.http import HttpResponseRedirect, QueryDict
|
||||
from django.conf import settings
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.urls import reverse
|
||||
import logging
|
||||
|
||||
ACCEPT_TERMS_PATH = getattr(settings, 'ACCEPT_TERMS_PATH', '/terms/accept/')
|
||||
|
Reference in New Issue
Block a user