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
[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 or
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.
--~--~-~--~~~---~-
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
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 th
5 matches
Mail list logo