Closed n1c0x closed 5 years ago
When a superuser is created using the command python3 manage.py createsuperuser, a profile is not created. Without a profile, it is impossible to connect to the interface.
python3 manage.py createsuperuser
Super-utilisateur sans profil
A profile isn't needed anymore to connect as a superuser.
When a superuser is created using the command
python3 manage.py createsuperuser
, a profile is not created. Without a profile, it is impossible to connect to the interface.