Skip to content

Admin page is broken #3

@fido1hn

Description

@fido1hn

Admin page won't let super users to login, even though they're on the db with all necessary rights.

This fixed it for me:

AUTHENTICATION_BACKENDS = [
...
'django.contrib.auth.backends.ModelBackend',
...
]

added to config/settings.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions