Initial commit.
This commit is contained in:
1
vim/snippets/django/image.snippet
Executable file
1
vim/snippets/django/image.snippet
Executable file
@@ -0,0 +1 @@
|
||||
${1:FIELDNAME} = models.ImageField(upload_to=${2:path/for/upload}${3:, height_field=height, width_field=width}${4:, max_length=100})
|
||||
Reference in New Issue
Block a user