Alex C.

Results 4 issues of 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...

enhancement

Probably need to sort data by time before plotting. Ex. below ![image](https://cloud.githubusercontent.com/assets/1787802/17713764/89b1a2ca-63ca-11e6-9a5d-2a1c5181d251.png)

bug

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,...