Initial commit.
This commit is contained in:
1
vim/snippets/django/filepath.snippet
Executable file
1
vim/snippets/django/filepath.snippet
Executable file
@@ -0,0 +1 @@
|
||||
${1:FIELDNAME} = models.FilePathField(path=${2:"/abs/path/to/dir"}${3:, max_length=100}${4:, match="*.ext"}${5:, recursive=True}${6:, blank=True, })
|
||||
Reference in New Issue
Block a user