misc: use django.urls

This commit is contained in:
Frédéric Péters 2020-04-29 12:06:13 +02:00
parent 49ab568414
commit 54aa0a5307
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from django.core import signing
from django.core.urlresolvers import reverse
from django.urls import reverse
from django.db import transaction
from django.http import HttpResponseRedirect
from django.views.decorators.csrf import csrf_exempt