Alex C.
Alex C.
At the least, we should note that the default config (with `DEBUG = True`, use of the Django dev server, etc.) is unsuited for putting into production and link to...
Probably need to sort data by time before plotting. Ex. below 
Potential fix for #177, which documents the case where 1. Jinja is imported in an earthmover config YAML, but installing that package via `earthmover deps` breaks, because the relative imports...
Jinja allows [imports](https://jinja.palletsprojects.com/en/stable/templates/#import). This works in standalone projects, but breaks on composition in a few ways: - An earthmover project can have a config YAML file import some Jinja; however,...