File size: 232 Bytes
1b2adb2 1a47e08 |
1 2 3 4 5 6 7 8 |
# email="[email protected]",
# hashed_password=bcrypt.hash("admin123"),
# is_active=True,
# is_superuser=True,
# is_verified=True,
# display_name="Admin"
|