remember to install Pillow to deal with image in django model.
field_name = models.ImageField(upload_to=None, height_field=None, width_field=None, max_length=100, **options)