|
I get the Django administration prompt login to the admin with user password at mydomain/pcdata/admin but as soon as I hit enter, I get this: "The requested URL /admin/ was not found on this server." and it's at mydomain/admin Even if I manually go to mydomain/pcdata/admin it just goes back to the authentication page and the admin is never shown. What do I need to change to be able to view the Admin console in Django, but NOT at the root? Ive already got other site stuff there so it needs to be in the mydomain/pcdata subfolder. |
|
thank you for sharing guys..this is actually very helpful... |
http://{mydomain}/pcdata/admin/seems to be working for us. Perhaps yoururls.pyis explicitly matching the trailing slash (i.e.admin/vsadmin)?You also will still need to configure Django to serve all of the admin media as usual.
I tried it both ways - same result either way. When you you say it seems to be working for you, do you mean that you can actually interface with the admin pages?
I mean that the Admin page login shows up at
admin/while aThe requested URL /admin/ was not found on this servererror appears atadmin. We don't have actual login credentials for your Django Admin in order to get further than this - if you'd like us to investigate, please open a support ticket providing a method for us to reproduce the issue. Thanks!