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 django.contrib.auth import REDIRECT_FIELD_NAME
from django.shortcuts import render
from django.http import HttpResponseRedirect
from django.core.urlresolvers import reverse
from django.urls import reverse
from RIGS import models