dotar/vim/snippets/django/filepath.snippet

2 lines
149 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
${1:FIELDNAME} = models.FilePathField(path=${2:"/abs/path/to/dir"}${3:, max_length=100}${4:, match="*.ext"}${5:, recursive=True}${6:, blank=True, })