Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Django Snippets 4.x-6.xNew to Visual Studio Code? Get it now.
Django Snippets 4.x-6.x

Django Snippets 4.x-6.x

Mayank Singhal

|
1,359 installs
| (1) | Free
Developer friendly django snippets for boosting development speed.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Django VS Code extension easy your django projects development with snippet suggestions.

Features

  • [x] Snippets Models - class, methods, meta-options, fields, field options
  • [x] Snippets Admin - class, options, methods
  • [x] Snippets View - method, class-based, generic, mixins
  • [x] Snippets Template - variables, tags, filters
  • [x] Snippets Form - class, fields, field options

HOW TO USE

INDENTIFIER PREFIX(Trigger) DESCRIPTION
Models.Model m-* CLASS,METHOD
Models.Field mf-* FIELD
Models.Field.Option mfo-* FIELD-OPT
Models.Meta.Option meta-* META
ADMIN
Admin a-* CLASS,METHOD
Admin Options ao-* ADMIN-OPT
VIEW
View Method v-view METHOD
Base View v-base CLASS
Template View v-template CLASS
Class-based Generic Views v-generic-* CLASS
Class-based Generic Date Views v-generic-date-* CLASS
Class-based Views Mixins v-mixin CLASS
TEMPLATE
Variables/Tags t-* -
Filters t-filters -
FORM
forms.Form - Class,methods f-* CLASS,METHOD
Form.Field ff-* FIELD
Form.Field.Option ffo-* FIELD-OPT
Utility Models
TimeStampedModel u-* Timestamp tracking
AuditedModel u-* Timestamp and User tracking
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft