aboutsummaryrefslogtreecommitdiff
path: root/app/dispatchAuth
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-01-19 17:41:30 -0500
committerMitch Riedstra <mitch@riedstra.us>2019-01-19 17:41:30 -0500
commitaf0c892c49156fa1dfe7fe5c28d0e8b4dd9ba8b1 (patch)
treed5fefa66285714c7a72ccc7901e1522784328f3f /app/dispatchAuth
parentd16ac1fa8e8b7019156ae11267a23d957aed6495 (diff)
downloaddispatch-tracker-af0c892c49156fa1dfe7fe5c28d0e8b4dd9ba8b1.tar.gz
dispatch-tracker-af0c892c49156fa1dfe7fe5c28d0e8b4dd9ba8b1.tar.xz
Most things seem to work, needs more testing
Diffstat (limited to 'app/dispatchAuth')
-rw-r--r--app/dispatchAuth/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dispatchAuth/models.py b/app/dispatchAuth/models.py
index fe720fd..5244c54 100644
--- a/app/dispatchAuth/models.py
+++ b/app/dispatchAuth/models.py
@@ -2,7 +2,7 @@ from django.contrib.auth.models import AbstractUser, AbstractBaseUser, Permissio
from app.settings import WEBSITE_URI, WEB_APP_NAME
from django.template.loader import render_to_string
from django.core.mail import send_mail
-from django.core.urlresolvers import reverse
+from django.urls import reverse
from django.db import models
# Create your models here.