Recently, i cloned a project from github to get more familiar with projects written in Django. Previously, everything was running fine, but today when i tried to sign into the Django admin page it gave me this error:
403 Forbidden
And returned this in my terminal:
Forbidden (Permission denied): /admin/auth/group/add/
raise PermissionDenied
django.core.exceptions.PermissionDenied
Which confused me, since there was already a superuser created. Can anyone help me solve this?