I just created a project in django using django-admin startproject xyz and then, I navigated to the project folder and created a superuser using the command python manage.py createsuperuser on my Ubuntu's terminal and I filled the details. After this, I started the server by python manage.py runserver and I went to http://127.0.0.1:8000/admin/ on my browser and everything seemed to be normal:
Then, I clicked on the submit button after entering the admin credentials and this showed up:
Image of the 403 Forbidden page
Please help.