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