I followed the instructions on the wiki religiously. and get a not found error. I suspect why, but I am confused by the docs. Here is the part that confuses me "Change WSGIScriptAlias / /home/username/webapps/django_app/myproject/myproject/wsgi.py to to WSGIScriptAlias / /home/username/webapps/django_app/project/project/wsgi.py." Here is what I have in httpd.conf, which I know is not correct: "WSGIScriptAlias / /home/dscapuano/webapps/agileresponse/wsgi.py"
Thanks in advance, Dave Capuano asked 25 Apr '12, 15:41 dscapuano |
If you are still having a technical issue you should submit a support ticket within the control panel so we can look directly and provide advice. answered 25 Apr '12, 17:40 johns |
I'm new at this but I believe that more recent django versions do the 'project/project' thing (God knows why) but not older versions - just 'project'. answered 25 Apr '12, 21:31 darter |
for django 1.4, that line did not need to change in my case. i changed it per the docs and got an error. then i changed it back so it points to the .wsgi file in my project / app and it worked. thus, this seems to be a documentation bug, in my opinion. answered 11 Jul '12, 05:23 twtwt |