FG42/conf/emacs.d/snippets/django-mode/python-mode/django/filepath

1 line
117 B
Plaintext
Raw Normal View History

2011-12-03 11:30:16 +00:00
${1:FIELDNAME} = models.FilePathField(path="${1:/location/of/choices}"${2:, match="${3:regex}"}${4:, recursive=True})