Import URL functions from django.urls

This commit is contained in:
David Taylor
2017-12-02 23:30:24 +00:00
parent 76ceb15000
commit 8872084cab
8 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ from datetime import date
from django.core.exceptions import ObjectDoesNotExist
from django.core.management import call_command
from django.core.urlresolvers import reverse
from django.urls import reverse
from django.test import TestCase
from django.test.utils import override_settings