Open GoogleCodeExporter opened 9 years ago
jcd 2010/11/22.
I ran into this error on OS/X 10.5.8.
Take a look at crm/models.py. Look at this line:
picture = models.ImageField(null=True, blank=True, max_length=1048576,
upload_to="picture/profile/")
max_length defaults to 100. I believe this is the storage allocated to the
filename. It's unreasonable to set this to 1048576!
I tried removing this parameter - letting it default to 100. Now syncdb works
fine.
Original comment by jdean...@gmail.com
on 22 Nov 2010 at 5:49
Original issue reported on code.google.com by
lvnil...@gmail.com
on 2 Oct 2010 at 10:49