79321885

Date: 2025-01-01 16:02:42
Score: 1
Natty:
Report link

You can do this

project tree

root
--user
----models.py

python manage.py shell
from user.models import CustomUser
CustomUser.objects.create_superuser(username="admin", email="[email protected]", password="admin")
quit()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Thermocarst