Okay, been fighting this web manager for days. First, found out problem with character sets and languages? Set USE_I18N: False, Then fought permissions with Apache 2.4 (had to substitute "Require all granted" instead of the old Allow, Deny syntax). AND Debian SSLv3 issues. Had to get lib from testing distro.
Now I'm stuck again. I downloaded (0.11.0). Python 2.7. Website shows 404 Not found "The requested URL /accounts/login/ was not found on this server"
Apache log shows: "GET /accounts/login/?next=/ganeti/ HTTP/1.1" 404 514 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36"
I've been stuck here all day. Can't find out where the /accounts/ folder actually resides, let alone finding out how to get Apache to display it. I've followed the instructions. Can't even find this out after hours of googling.
Is this something to do with django? Is is specific to gwm? Is there a better way to debug this?
Any help is appreciated.
Rodney