I recently installed Openedx on my Local Machine using the Quick Start procedures and at the end it gave the links for the LMS and Studio. After that I created a superuser and staff account but I could not find the link to access the django admin page I tried http://local.edly.io/admin http://studio.local.edly.io/admin , and https://apps.local.edly.io/admin it does not work I even tried localhost:8000/admin but still I can not access it.
Do server redirect you from http://local.edly.io/admin to http://apps.local.edly.io/authn/login? Check if you logged in as superuser.
I could not find the link to access the django admin page
There is no such link. If your platform accessed from http://local.edly.io, then admin panel available on http://local.edly.io/admin, and studio admin panel on http://studio.local.edly.io/admin respectively, but only if you logged in as superuser (or staff).
http://local.edly.io/admin does not even open. when I login to http://local.edly.io/ using my admin account it is the same as when I login to it using a normal account I see no change. the only time the admin page tries to open is when I use localhost:8000/admin but this only displays a white screen
Which command you use for launching platform after installation:
tutor local launch
or
tutor dev launch
?
I used docker to install so i just start the container within the docker and go the these links I got when I installed edx .
If you make steps from this Quick Start guide, then start platform with command: tutor local launch
. If you use another guide, then try this one.