public
Description: A set of yasnippet-compatible snippets for various Django boilerplate.
Homepage:
Clone URL: git://github.com/jonatkinson/yasnippet-django.git
yasnippet-django / filepath
100644 1 lines (1 sloc) 0.117 kb
1
${1:FIELDNAME} = models.FilePathField(path="${1:/location/of/choices}"${2:, match="${3:regex}"}${4:, recursive=True})