mod_wsgi+apache2.2+django1+WindowsXP: can't serve images

2009-02-15 Thread MrBodjangles
I am going thru the sample blog application introduced in the book "Python Web Development with Django (covers Django 1.0)". Before getting too deep into the book, I decided I wanted to first ensure that the application will render in apache since I want to include an image at the bottom of the b

Overriding ModelForm

2009-04-01 Thread MrBodjangles
Hi All, I know this is something very basic (perhaps even a typo), but the code below gives an error: "password = models.CharField(widget=PasswordInput()) TypeError: __init__() got an unexpected keyword argument 'widget' " ( This should be similar to what was presented in the official doc: >

newbie question: django-registration

2009-04-12 Thread MrBodjangles
Hi Folks and Happy Easter! OK, making slow but sure progress on learning Django. I am using django-registration, have provided the simple templates required, and am to the point that a user can register (their usename, password, etc. get populated in the auth_user table of the PostgreSQL databae