mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-05 03:49:38 +00:00
reorg imports and black format
This commit is contained in:
@@ -30,9 +30,10 @@ def create_admin(sender, **kwargs):
|
||||
"""
|
||||
Create initial admin user
|
||||
"""
|
||||
from accounts.models import UserAttributes
|
||||
from django.contrib.auth.models import User
|
||||
|
||||
from accounts.models import UserAttributes
|
||||
|
||||
plan = kwargs.get("plan", [])
|
||||
for migration, rolled_back in plan:
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user