Skip to content

Commit

Permalink
fix(vim): missing endsnippet in django
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Feb 7, 2025
1 parent 8ca8651 commit c6f0d29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/snips/python/django.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class ${1:ModelClassName}(models.Model):
return ${3:""}

$0
endsnippet

snippet admin "ModelAdmin snippet" b
@admin.register(${1:ModelClassName})
Expand Down

0 comments on commit c6f0d29

Please sign in to comment.