diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-01-19 17:41:30 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-01-19 17:41:30 -0500 |
| commit | af0c892c49156fa1dfe7fe5c28d0e8b4dd9ba8b1 (patch) | |
| tree | d5fefa66285714c7a72ccc7901e1522784328f3f /app/dispatchAuth | |
| parent | d16ac1fa8e8b7019156ae11267a23d957aed6495 (diff) | |
| download | dispatch-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.py | 2 |
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. |
