I have deployed edx platform using tutor.
I’m trying to access the admin panel of edx that Django provides but getting nothing in response when I hit the path like http://local.edly.io:8000,
http://studio.local.edly.io:8001 but LMS and cms are working well but the admin panel of all edx platforms is not accessible http://local.edly.io:8000/admin
Hi @Zeeshan_Afzal are you logged in with a superuser and staff account?
I’m not able to login because admin panel route is not responding . When i hit the url of admin pannel it redirects to lms login or cms @leonelkatsikaris
You have to sign in with a superuser in the LMS platform, and then try going to the admin route
can you explain how it is possible?
To create a superuser, you can follow the instructions here:
https://docs.tutor.edly.io/local.html#createuser
Then use this user to login to the admin. I believe only superusers can access the admin panel.
@leonelkatsikaris @twlichty I am having same problem in dev