dotar/vim/snippets/django/image.snippet

2 lines
133 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
${1:FIELDNAME} = models.ImageField(upload_to=${2:path/for/upload}${3:, height_field=height, width_field=width}${4:, max_length=100})