The Frank Lab's custom tools and tables for our Spyglass instance.
To use:
- Install Spyglass.
- Fork this repository, and clone it.
- Make install it as editable:
cd spyglass_custom; pip install -e . - Decide your 'project name'.
- If this work is unique to you, use your user name.
- For any other name, you'll need to (a) talk to Chris about permissions and
(b) set up your config with a 'database.prefix' (see
dj_local_conf_example.json).
- Make a new folder for your custom tables:
src/spyglass_custom/project-or-user/. It is recommended that you copy the example incbroz1/template.py