Re: Django-survey fails with beta-1

2008-08-21 Thread [EMAIL PROTECTED]
On Aug 20, 8:59 pm, rex <[EMAIL PROTECTED]> wrote: > I commented out the problematic image > code in the file that was causing the problem, and also in > forms.py, and it works. You can leave the ImageField, just remove core=True from it. That's what's throwing the error, and you don't need it

Re: Django-survey fails with beta-1

2008-08-20 Thread rex
[EMAIL PROTECTED] <[EMAIL PROTECTED]> [2008-08-20 17:49]: > >On Aug 20, 2:58 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >wrote: >> If you like, you can >> put it on another field in the model, just not an ImageField or >> FileField. > > >Oops. Bad advice. With newforms-admin, core isn't needed

Re: Django-survey fails with beta-1

2008-08-20 Thread [EMAIL PROTECTED]
On Aug 20, 2:58 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > If you like, you can > put it on another field in the model, just not an ImageField or > FileField. Oops. Bad advice. With newforms-admin, core isn't needed or used anymore at all.

Re: Django-survey fails with beta-1

2008-08-20 Thread [EMAIL PROTECTED]
Just what it says... Core can't be on the ImageField is survey/ models.py anymore. Remove it, and you'll be fine. If you like, you can put it on another field in the model, just not an ImageField or FileField. --~--~-~--~~~---~--~~ You received this message because

Django-survey fails with beta-1

2008-08-20 Thread rex
Running Debian Lenny, I uninstalled Django 0.96-2, installed Django beta 1, and downloaded Django-survey. The result of running it is below. Any help appreciated, thanks. -rex XXX:~/djcode/django-survey-read-only$ python examples/manage.py runserver Validating models... Unhandled exception in