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