To test attributes

This commit is contained in:
Luis Carlos Cruz Carballo 2015-07-10 22:31:01 -04:00
parent 8b2e2c2bdf
commit a53a23b4cc

View File

@ -366,3 +366,10 @@ def get_context_data(self, **kwargs):
return context
endsnippet
###########################################################################
# MODEL FIELDS SNIPPETS #
###########################################################################
snippet null
null=${1:True}
endsnippet