Installing mod_python in xampp

2007-12-19 Thread Rex Eastbourne
Hello, I am new to web development (but not to programming) and am interested in trying out Django. What is the easiest way to get started? I have xampp working, but I'm running into a roadblock getting the mod_python add-on installed. I have seen the following instructions: http://addons.xampp.

(Newbie) TemplateSyntaxError in admin panel

2007-12-20 Thread Rex Eastbourne
Hello, I'm going through the Django tutorial for Django 0.9.6 on Windows Vista. Everything is going smoothly, and I'm following the tutorial to a T; except when I'm in my admin site (step 2 of the tutorial), clicking any of the links (Groups/Users/Sites/Polls), I get a TemplateSyntaxError, append

Re: Installing mod_python in xampp

2007-12-20 Thread Rex Eastbourne
e tutorial, but it should work for you, unless > you really need apache, mod_python, and a full database. > > -CJL > > On Dec 19, 8:43 pm, Rex Eastbourne <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I am new to web development (but not to programming) and am in

Re: (Newbie) TemplateSyntaxError in admin panel

2007-12-23 Thread Rex Eastbourne
Hi, Is there any solution to the below described problem? I still haven't been able to get it to work. Best, Rex On Dec 20, 3:11 am, Rex Eastbourne <[EMAIL PROTECTED]> wrote: > Hello, > > I'm going through the Django tutorial for Django 0.9.6 on Windows > Vista.

Creating dynamically expanding forms

2008-01-01 Thread Rex Eastbourne
Hello, I'm trying to create an app that uses "dynamic" forms, where the number of fields can be increased and decreased by the user. It would be something like this: the form starts out with fields to input a mailing address. Then, when the user is finished adding that address, he has the option