Re: First time deploying Django project

2009-08-26 Thread Graham Dumpleton
On Aug 26, 8:38 pm, Hussein B wrote: > I changed it to the following: > > >         SetHandler python-program >         PythonHandler django.core.handlers.modpython >         SetEnv DJANGO_SETTINGS_MODULE SshConnector.settings >         PythonPath "['/home/me/', '/home/me/SshConnector/'] + > s

Re: First time deploying Django project

2009-08-26 Thread Hussein B
I changed it to the following: SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE SshConnector.settings PythonPath "['/home/me/', '/home/me/SshConnector/'] + sys.path" PythonDebug On I tried this URL http

Re: First time deploying Django project

2009-08-26 Thread Graham Dumpleton
On Aug 26, 7:51 pm, Kenneth Gonsalves wrote: > On Wednesday 26 Aug 2009 2:42:47 pm HB wrote: > > > Hey, > > I'm trying to deploy my first Django application to Apache. > > The project is located under:  /home/me/SshConnector/ > > Here is my configuration: > > > > >         Options Indexes Foll

Re: First time deploying Django project

2009-08-26 Thread Kenneth Gonsalves
On Wednesday 26 Aug 2009 2:42:47 pm HB wrote: > Hey, > I'm trying to deploy my first Django application to Apache. > The project is located under: /home/me/SshConnector/ > Here is my configuration: > > > Options Indexes FollowSymLinks MultiViews > AllowOverride None > Ord

Re: First time deploying Django project

2009-08-26 Thread Hussein B
The previous conf is python.conf under /etc/httpd/conf.d On Aug 26, 12:12 pm, HB wrote: > Hey, > I'm trying to deploy my first Django application to Apache. > The project is located under:  /home/me/SshConnector/ > Here is my configuration: > > >         Options Indexes FollowSymLinks MultiView

First time deploying Django project

2009-08-26 Thread HB
Hey, I'm trying to deploy my first Django application to Apache. The project is located under: /home/me/SshConnector/ Here is my configuration: Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all AddHandler mod_pyt