Hello, I would like to do it right way, can you help me to setup Django-Oscar on Webfaction server? It is installing Django as a dependency and I know I can setup Django via Control Panel but how to make these work together. http://django-oscar.readthedocs.org/en/latest/internals/getting_started.html Thanks asked 17 Sep '13, 11:47 rentgeeen |
Our Django installation documentation and the Oscar official installation documentation outline the general process required to set up the Apache server and the oscar app. You would start by installing the Django/Apache application in our control panel and than executing the commands from the Oscar docs within the new application directory via SSH. I would use the virtualenv method in their docs like this,
Once the Oscar project directory is created you would copy the wsgi.py file from the default myproject directory and edit it from this to this,
Than edit the apache httpd.conf file,
I used this method to get the base application they provide bound to Apache. The rest of the install doc covers database management and how to set up the URLs. answered 17 Sep '13, 19:42 johns Hello, thanks for advice, I did exactly as you said but now I am having: Not Found, The requested URL / was not found on this server. Is there a way you can look at my account? I can open a ticket but not sure how to get to you. Let me know. Thanks a lot.
(23 Oct '13, 20:29)
rentgeeen
Sure, we can look at your account. The problem is that you're specifying a
But
(23 Oct '13, 21:19)
ryans ♦♦
|