Add a CLI to delete a user with it's profile information #63
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kompetenzinventar/ki-backend#63
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "delete-a-user"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
No test created so far
f39507aa51
tofc1681928b
Dan
@ -0,0 +8,4 @@
import sys
def delete_profile(nickname: str):
Fehlen hier nicht noch die anderen Sachen mit
relationship
im Profile?https://git.wtf-eg.de/kompetenzinventar/ki-backend/src/branch/main/ki/models.py#L44
True.
Vielleicht dann doch lieber CASCADE einbauen. Sonst wird's viel zu unwartbar.
Pull request closed