Commit Graph

3 Commits

Author SHA1 Message Date
mprahl
b853ca2bb3 Move utils/views.py to web/views.py
In the next commit, this will be merged into web/utils.py.
2020-01-16 14:39:46 -05:00
mprahl
78d5a9e482 Split utils/mse.py
This moves the code used by the backend and API to common/resolve.py
and moves the code used just by the API to web/mse.py.
2020-01-16 14:39:46 -05:00
mprahl
5e401bd598 Split utils/general.py
This puts backend specific code in either the builder or scheduler
subpackage. This puts API specific code in the new web subpackage.
Lastly, any code shared between the API and backend is placed in the
common subpackage.
2020-01-16 14:39:46 -05:00