snoTHAW is currently installed as a sub-application of snoDB. Its folders are located within the /snoDB
directory. To activate it in Django, in the INSTALLED APPS
section of settings.py
you should add:
...,
'snoDB.heatmap')
. ├── models.py ├── sql │ └── makePresets.sql ├── static | ├── docs │ ├── css │ │ ├── custom.css │ │ ├── heatmapAboutHelp.css │ │ ├── heatmap_query.css │ │ ├── heatmapToolbox.css │ │ ├── snoTHAW-JS.css │ │ └── wiki.css │ ├── heatmapToolbox.js │ ├── heatmapUtils.js │ ├── img │ └── snoTHAW-JS │ ├── snoTHAWER.js │ └── src ├── templates │ ├── heatmap_abouthelp.dhtml │ ├── heatmap_query.dhtml │ └── wiki ├── urls.py └── views.py
snoTHAW operates in 3 parts:
snoTHAW was made by Clement Desjardins-Henri during his 2019 summer internship with Scottlab. To contact him, you can send emails at:
Clement.Desjardins-Henri@USherbrooke.ca