Re: django-admin.py not recognized in Windows Vista despite adding it to the PATH

2008-07-21 Thread arsyed
On Sun, Jul 20, 2008 at 8:14 PM, zippers24 <[EMAIL PROTECTED]> wrote: > > I am completley new to this and am installing it for the first time, I > am trying to create my first project in a file called djprojects. The > windows command prompt says that django-admin.py is not recognized > even thoug

Re: Deploying Django on Apache

2008-07-22 Thread arsyed
On Tue, Jul 22, 2008 at 5:47 AM, Pepsi330ml <[EMAIL PROTECTED]> wrote: > > like this? > > NameVirtualHost 127.1.1.1 > >... >PythonDebug On > >PythonPath "[/home/Documents/WebApplication/ > 0.1/',#the > main directory for the

Re: WSGIScriptAlias and change #8015

2008-07-22 Thread arsyed
On Tue, Jul 22, 2008 at 2:05 PM, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > On Tue, 2008-07-22 at 10:58 -0700, Malcolm Tredinnick wrote: >> >> On Tue, 2008-07-22 at 04:40 -0400, arsyed wrote: >> > Hi - With the change in 8015: >>

Re: WSGIScriptAlias and change #8015

2008-07-22 Thread arsyed
On Tue, Jul 22, 2008 at 2:29 PM, Marty Alchin <[EMAIL PROTECTED]> wrote: > > On Tue, Jul 22, 2008 at 4:40 AM, arsyed <[EMAIL PROTECTED]> wrote: >> urlpatterns = patterns('', >>(r'^/foo$', foo), >> ) >> >> --error messag