Problems running django-admin django-admin should be on your system path if you installed Django via pip . If it’s not in your path, ensure you have your virtual environment activated and you can try running the equivalent command python -m django .
Read moreWhat is default Django admin password?
Run ‘python manage.py migrate’ to apply them. Username (leave blank to use ‘chatru’): admin Email address: [email protected] Password: Password (again): The password is too similar to the username .
Read moreHow do I log into Django admin?
To login to the site, open the /admin URL (e.g. http://127.0.0.1:8000/admin ) and enter your new superuser userid and password credentials (you’ll be redirected to the login page, and then back to the /admin URL after you’ve entered your details).3 Şub 2022
Read more