Initial commit.
This commit is contained in:
1
vim/snippets/django/manytomany.snippet
Executable file
1
vim/snippets/django/manytomany.snippet
Executable file
@@ -0,0 +1 @@
|
||||
${1:FIELDNAME} = models.ManyToManyField(${2:OtherModel}${3:, related_name=''}${4:, limit_choices_to=}${5:, symmetrical=False}${6:, through=''}${7:, db_table=''})
|
||||
Reference in New Issue
Block a user