django-react-ecommerce
django-react-ecommerce copied to clipboard
How to login django server by admin?
Could not figure out the password.
create new admin,
python manage.py createsuperuser
to create superuser,
python manage.py createsuperuser --username = admin --password = password
it will help you to create superuser