Mercurial > public > sg101
diff accounts/admin.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 | ee87ea74d46b |
children |
line wrap: on
line diff
--- a/accounts/admin.py Sat Jan 04 21:34:31 2025 -0600 +++ b/accounts/admin.py Wed Jan 22 17:58:16 2025 -0600 @@ -4,7 +4,7 @@ from accounts.models import IllegalUsername from accounts.models import IllegalEmail from accounts.models import PendingUser -from accounts import create_new_user +from accounts.utils import create_new_user class PendingUserAdmin(admin.ModelAdmin):