> __1__. Image upload (and File upload as well) is always a required
> attribute (even if I set core to False).
OK about this question, now I know what I was missing. That is
blank=True. Perhaps I need to read documentation more carefully. :)
But could anybody comment the seconf problem and to gi
Hello!
I am rather new to Python and to Django. I installed Django "with no
magic" and Dojo integration on top of it. Then I tried Image handling
and I get some errors or unexpected features :)
As I experienced, Django imports Image handling classes from PIL, for example
>>> from PIL import Image