Commit 22fefaef authored by Matt Seymour's avatar Matt Seymour

Adds sublime django package

This package will be a collection of useful django snippets and commands
which will closely follow the django api.
Currently I am working through the django 1.7 template creating snippets.
Later it will include models, forms, and django commands executable via
shortcuts.
parent b92c39c0
...@@ -497,6 +497,16 @@ ...@@ -497,6 +497,16 @@
} }
] ]
}, },
{
"name": "Django",
"details": "https://github.com/mattseymour/sublime-django",
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "Django Click", "name": "Django Click",
"details": "https://github.com/Proyecto513/sublime-django-click", "details": "https://github.com/Proyecto513/sublime-django-click",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment