Commit Graph

17 Commits

Author SHA1 Message Date
th3r00t
44a376f172 Refactoring Collections, and getting docker ready. 2023-11-27 15:21:23 -05:00
th3r00t
7c0b1e8e0a Fixed improper license definition. 2023-11-04 01:42:36 -04:00
th3r00t
27328feb59 Bumping python version to 3.12. 2023-11-03 14:13:02 -04:00
th3r00t
723c515bb3 Commiting to Hatch for packaging. 2023-11-03 13:49:34 -04:00
th3r00t
7a10396d21 Switched Project Packaging to Hatch. 2023-11-02 22:51:10 -04:00
Raelon Masters
7ee9c57ed1 First push with mobi support 2020-05-31 01:20:52 -04:00
Raelon Masters
9327b01ff4 Collections, and installer patches 2020-03-20 01:15:07 -04:00
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