Fix more Django 2.0 deprecation warnings around URLconfs.

This commit is contained in:
John Eskew
2018-05-03 13:34:47 -04:00
parent 95d5b13714
commit ffb1f9fe2a
23 changed files with 39 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ from django.conf.urls import url
from .views import CheckCourseAccessView, CourseAccessMessageView
app_name = 'embargo'
urlpatterns = [
url(
r'^blocked-message/(?P<access_point>enrollment|courseware)/(?P<message_key>.+)/$',