Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created June 26, 2014 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monokrome/e9b6b266d23c6cc95a82 to your computer and use it in GitHub Desktop.
Save monokrome/e9b6b266d23c6cc95a82 to your computer and use it in GitHub Desktop.
vim-projectionist projects for Django projects
{
"{{ PACKAGE_DIR }}/*/urls.py": {
"type": "urls"
},
"{{ PACKAGE_DIR }}/urls.py": {
"type": "urls"
},
"{{ PACKAGE_DIR }}/*/app.py": {
"type": "app"
},
"{{ PACKAGE_DIR }}/*/tests.py": {
"type": "tests"
},
"{{ PACKAGE_DIR }}/*/views.py": {
"type": "views"
},
"{{ PACKAGE_DIR }}/*/models.py": {
"type": "models"
},
"{{ PACKAGE_DIR }}/*/managers.py": {
"type": "managers"
},
"{{ PACKAGE_DIR }}/*/admin.py": {
"type": "admin"
},
"{{ PACKAGE_DIR }}/templates/*.html": {
"type": "template"
},
"README.md": { "type": "doc" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment