Skip to content

Instantly share code, notes, and snippets.

@TaurusOlson
TaurusOlson / projections.json
Last active August 17, 2016 14:17
A .projections.json file adapted to Django applications
{
"../*.py": {
"type": "my_project"
},
"../my_project/settings.py": {
"type": "settings"
},
"templates/my_app/*.html": {
"type": "templates",
"alternate": "views.py"