forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/django-mode/python-mode/django/xml

1 line
84 B
Plaintext
Raw Normal View History

2011-12-03 11:30:16 +00:00
${1:FIELDNAME} = models.XMLField(schema_path=${2:/path/to/RelaxNG}${3:, blank=True})