-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
How can I get to admin panel? When I go to ^/admin, I get redirected to homepage, and if I am not logged in, I get redirected to log in page. But there is no way to log in with a user created with a createsuperuser command. I have tried to make regular user a superuser via a database, but it also gets redirected to home page.