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

@@ -1,7 +1,7 @@
from RIGS import models, forms
from django_ical.views import ICalFeed
from django.db.models import Q
from django.core.urlresolvers import reverse_lazy, reverse, NoReverseMatch
from django.urls import reverse_lazy, reverse, NoReverseMatch
from django.utils import timezone
from django.conf import settings