From af0c892c49156fa1dfe7fe5c28d0e8b4dd9ba8b1 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 19 Jan 2019 17:41:30 -0500 Subject: Most things seem to work, needs more testing --- app/dispatchAuth/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/dispatchAuth') 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. -- cgit v1.2.3