Add a CLI to delete a user with it's profile information

This commit is contained in:
Frank Lanitz
2022-01-23 21:24:38 +01:00
parent dea781cc29
commit fc1681928b
3 changed files with 63 additions and 0 deletions

View File

@ -3,3 +3,4 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
from ki.actions.seed import seed # noqa
from ki.actions.delete_profile import delete_profile # noqa