You can config using following command line in shell
python manage.py createsuperuser
Basically you’re creating superuser who can access the django admin panel.
You can config using following command line in shell
python manage.py createsuperuser
Basically you’re creating superuser who can access the django admin panel.