mprahl
63baaf9213
Move models.py to common/models.py and views.py to web/views.py
2020-01-16 14:39:46 -05:00
mprahl
5f27e4359f
Move errors.py to common/errors.py
2020-01-16 14:39:46 -05:00
mprahl
15b04a888e
Move mmd_resolver.py to web/mmd_resolver.py
2020-01-16 14:39:46 -05:00
mprahl
46dcb2c236
Move db_session.py to scheduler/db_session.py
2020-01-16 14:39:46 -05:00
mprahl
e0fa2371eb
Move config.py to common/config.py
2020-01-16 14:39:46 -05:00
mprahl
cfac201b1c
Move auth.py to web/auth.py
2020-01-16 14:39:46 -05:00
mprahl
ee3ca47c69
Split utils/submit.py
...
This moves the code used by the backend and API to common/submit.py,
the code used just by the API to web/submit.py, and the code used
just by the backend to scheduler/submit.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