Re: Deploying Django with Apache

2008-02-08 Thread Dave Fowler
If you haven't already, you need to start the development server ./manage.py runserver 0.0.0.0:8000 To get it to work with apache you have to set up a few more things, and then it wouldn't be on port 8000. Docs on getting it running on apache http://www.djangoproject.com/documentation/modpytho

Re: Deploying Django with Apache

2008-02-08 Thread Jeff Anderson
darien08 wrote: My problem is that I'm running my app like this: http://localhost:8000/mysite and I'm getting an error that the 8000 port is not available. Your question isn't clear. Are you using apache on port 8000? are you using the development server? what is it that gives you the error mes