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

1 line
64 B
Plaintext
Raw Normal View History

2011-12-03 11:30:16 +00:00
${1:FIELDNAME} = models.IntegerField(${2:blank=True, null=True})