|
@@ -1,9 +1,10 @@
|
|
|
+from urllib.parse import urlparse
|
|
|
+
|
|
|
from django.conf import settings
|
|
|
from django.contrib import auth
|
|
|
from django.shortcuts import redirect
|
|
|
from django.urls import NoReverseMatch
|
|
|
from django.utils.http import is_safe_url
|
|
|
-from django.utils.six.moves.urllib.parse import urlparse
|
|
|
from django.views.decorators.cache import never_cache
|
|
|
from django.views.decorators.csrf import csrf_protect
|
|
|
from django.views.decorators.debug import sensitive_post_parameters
|