Commit Graph

10 Commits

Author SHA1 Message Date
Mike Young
5456ea477d Finished ui design, system dependency installs, nginx config file generation 2019-12-29 00:18:11 -05:00
Mike Young
5b81252f4f start on installer script 2019-12-23 17:06:51 -05:00
Mike Young
083f82fde1 Linked Djangos settings to pyShelfs config 2019-12-22 13:35:58 -05:00
Mike Young
e34411f49e Switch to postgresql, and adapted existing queries 2019-12-01 11:52:47 -05:00
Mike Young
bf26dc39a8 Ready for alpha? 2019-11-20 22:22:09 -05:00
Mike Young
80a72c686a Finalized initial download system 2019-11-19 16:31:47 -05:00
Mike Young
765a93a2c8 Start on download system 2019-11-18 12:46:58 -05:00
Mike Young
d7279a73a7 Massive code refactoring, and some test rewrites. 2019-11-15 14:45:42 -05:00
Mike
8c4eb6716e Updated readme to reflect Djangos inclusion 2019-11-09 23:36:21 -05:00
Jon Banafato
98c0a4fc3d Use isort
[isort](https://isort.readthedocs.io/en/latest/) sorts your Python
imports so you don't have to. This makes sure that imports are always
where they should be and prevents issues like duplicated imports and
merge conflicts. Using pre-commit, this can be done automatically
without any manual steps.

Depends on #9.
2019-11-09 10:45:01 -05:00