s/django.core.urlresolvers/django.urls/g

Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
This commit is contained in:
Eric Fischer
2018-06-05 13:18:40 -04:00
parent 1765c99a5a
commit 247bb50ed2
402 changed files with 404 additions and 405 deletions

View File

@@ -15,7 +15,7 @@ from django.contrib.auth.models import User
from django.core.cache import cache
from django.template.context_processors import csrf
from django.core.exceptions import PermissionDenied
from django.core.urlresolvers import reverse
from django.urls import reverse
from django.http import Http404, HttpResponse, HttpResponseForbidden
from django.views.decorators.csrf import csrf_exempt
from edx_proctoring.services import ProctoringService