Re: Apache and mod_wsgi on Ubuntu

2009-08-05 Thread Steve1234
Thanks, I got it working. I searched this forum and I even read the page referenced but still missed the answer. Thanks again this forum is very helpful. The fix was to add one line to the django.wsgi file to end up with this: import os import sys sys.path.append('/home/steve)

Re: Apache and mod_wsgi on Ubuntu

2009-08-04 Thread Graham Dumpleton
On Aug 5, 10:27 am, Malcolm Tredinnick <malc...@pointy-stick.com> wrote: > On Tue, 2009-08-04 at 17:12 -0700, Steve1234 wrote: > > I am trying to setup Apache and mod_wsgi on Ubuntu to run Django > > content. I generated a minimum project using "django-admin.py > &g

Re: Apache and mod_wsgi on Ubuntu

2009-08-04 Thread Malcolm Tredinnick
On Tue, 2009-08-04 at 17:12 -0700, Steve1234 wrote: > I am trying to setup Apache and mod_wsgi on Ubuntu to run Django > content. I generated a minimum project using "django-admin.py > startproject mysite" creating the project in my home folder. Running > the development

Apache and mod_wsgi on Ubuntu

2009-08-04 Thread Steve1234
I am trying to setup Apache and mod_wsgi on Ubuntu to run Django content. I generated a minimum project using "django-admin.py startproject mysite" creating the project in my home folder. Running the development server works and shows the "get started" page. But the "