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
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:
>
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
3 matches
Mail list logo