- # -*- mode: snippet -*-
- # This was cloned from a TextMate bundle for yasnippet.
- #name : FileField (file)
- #group: django
- #key : file
- #condition: (when (boundp 'python-django-project-root) python-django-project-root)
- # --
- ${1:FIELDNAME} = models.FileField(upload_to=${2:/path/for/upload})
|