|
So I installed django in a subfolder called "/v2/" I followed the instructions and properly setup django. However, if I go to mydomain.com/v2/admin I see the admin login with no css stylesheet. I login, and it says "page not found", and it has redirected me to "mydomain.com/admin" I go back to mydomain.com/v2/admin and it asks me to login again. Anyway, the pathing is all wrong, and it keeps trying to use my domain instead of the subfolder that django should be assigned. How do I fix this? |