Re: Since Django 1.2.3, I can't display any Form

2010-09-25 Thread François Bonnefont
Hi, I finally came up with the same conclusion and I moved the allnew django directory to /Library/Python/2.6/site-packages/ to replace the old one. It seemed to work. Thanks for your quick answer! François. On 25 sep, 04:57, Karen Tracey wrote: > 2010/9/24 François Bonnefont > > &

Since Django 1.2.3, I can't display any Form

2010-09-24 Thread François Bonnefont
Hi, I am new to this group and not sure how to present my problem correctly... I was working with django 1.1 and made a very small and simple application with a "ContactForm" not related to any model. My forms.py : from django import forms class ContactForm(forms.Form): firstname = forms.C