Django
Snippets for django based projects
Details
Installs
- Total 59K
- Win 28K
- Mac 11K
- Linux 20K
Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 0 | 1 | 1 | 5 | 2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 2 | 1 | 0 | 3 | 2 | 0 | 1 | 2 | 1 | 3 | 4 | 0 | 7 | 3 | 2 | 0 | 4 | 2 | 0 | 2 | 3 | 1 | 2 | 0 | 0 | 0 | 2 |
Mac | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 3 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Linux | 1 | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 2 | 0 | 0 | 2 | 2 | 0 | 0 | 1 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 2 | 0 | 4 | 1 | 1 | 2 | 1 | 2 |
Readme
- Source
- raw.githubusercontent.com
sublime snippets for django projects
This package can be found and downloaded on package control
A set of useful sublime snippets for use with Django. If you have snippet which is useful with django submit a pull request or raise a github issue.
Current snippets:
Models
mauto
- AutoFieldmbigint
- BigIntegerFieldmbinary
- BinaryFieldmchar
- CharFieldmcomma
- CommaSeparatedIntegerFieldmdate
- DateFieldmdatetime
- DateTimeFieldmdecimal
- DateTimeFieldmduration
- DurationFieldmemail
- EmailFieldmfile
- FileFieldmfilepath
- FilePathFieldmfloat
- FloatFieldmimage
- ImageFieldmint
- IntFieldmip
- GenericIPAddressFieldmnullbool
- NullBooleanFieldmintpos
- PositiveIntegerFieldmintsmallpos
- PositiveSmallIntegerFieldmslug
- SlugFieldmintsmall
- SmallIntegerFieldmtext
- TextFieldmtime
- TimeFieldmuuid
- UUIDFieldmodel
- basic django modelmforeign
- ForeignKeymmany
- ManyToManyFieldmone
- OneToOneField
Templates
autoescape
- auto escape html template syntaxblock
- block template syntaxiblock
- inline block syntaxcomment
- comment template syntaxcsrf
- csrf_token template syntaxcycle
- basic cycle template syntaxdebug
- debug template syntax wrapped in pre tagsextends
- extends template syntaxfilter
- filter template syntaxfirstof
- firstof template syntaxforloop
- forloop template syntaxif
- if template syntaxelif
- elif partial syntaxelse
- else partial syntaxchanged
- ifchanged template syntaxequal
- ifequal template syntaxnotequal
- ifnotequal template syntaxinclude
- include template syntaxload
- load template syntaxlorem
- lorem template syntax{
- inline tagstag
- inline tagsnow
- now template syntaxtime
- alias to now template syntaxblocktrans
- blocktrans template syntaxregroup
- regroup template syntaxspaceless
- spaceless template syntaxssi
- ssi template syntaxvar
- alias to{
variable template syntax ({{ var_name }}
)url
- url template syntaxurl_as
- url as template syntaxverbatim
- verbatim template syntaxwidthratio
- widthration template syntaxwith
- with template syntax
Commands
Whilst there is currently no commands in the project I have created a loose roadmap of commands I would like to encorperate into this package.
Aims
Comprehensive set of django snippets and commands with the aim of making sublime an even more powerful django development tool.