litecord/manage
Luna f54c002a31 remove app kwargs from delete_user and mass_user_update
- manage.cmd.users: don't send updates when deleting users

the rationale for this is that while we have an app.dispatcher, it is
fully empty since we created a mock just for manage.py operations. to
have proper side-effects occouring on the actual main app, we'd need to
implement some kind of IPC, and i'm not up for that task, yet.
2019-10-25 08:47:04 -03:00
..
cmd remove app kwargs from delete_user and mass_user_update 2019-10-25 08:47:04 -03:00
__init__.py black fmt pass 2019-10-25 07:27:50 -03:00
main.py manage: make FakeApp.config be the same thing as Quart.config 2019-10-25 08:41:49 -03:00