mgzon-app / create_dummy_user.py
Mark-Lasfar
fix import
1a47e08
raw
history blame contribute delete
232 Bytes
# email="[email protected]",
# hashed_password=bcrypt.hash("admin123"),
# is_active=True,
# is_superuser=True,
# is_verified=True,
# display_name="Admin"