Mercurial > public > sg101
diff accounts/views.py @ 1206:02181fa5ac9d modernize tip
Update to Django 1.9.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 22 Jan 2025 17:58:16 -0600 |
parents | d613d25a021e |
children |
line wrap: on
line diff
--- a/accounts/views.py Sat Jan 04 21:34:31 2025 -0600 +++ b/accounts/views.py Wed Jan 22 17:58:16 2025 -0600 @@ -14,7 +14,7 @@ from accounts.forms import RegisterForm from accounts.forms import RegisterCodeForm from accounts.forms import ForgotUsernameForm -from accounts import create_new_user +from accounts.utils import create_new_user from antispam.decorators import log_auth_failures