dotar/vim/snippets/django/image.snippet
2011-11-17 16:00:49 -06:00

2 lines
133 B
Plaintext
Executable File

${1:FIELDNAME} = models.ImageField(upload_to=${2:path/for/upload}${3:, height_field=height, width_field=width}${4:, max_length=100})