Answers for "how to access django admin"

3

create super user in django

python3 manage.py createsuperuser
Posted by: Guest on April-27-2020
0

access django admin

# Remember you have, at least, to runserver the Django.
http://your.ip.address:8000/admin
Posted by: Guest on April-06-2021

Python Answers by Framework

Browse Popular Code Answers by Language