From dae374412c53d78bf56f02fdbd8aa9db203a0285 Mon Sep 17 00:00:00 2001 From: CrazyDisi Date: Wed, 6 Aug 2025 12:34:51 +0000 Subject: [PATCH] fixed a typo in the uninstall manual --- docs/maintenance/apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintenance/apps.md b/docs/maintenance/apps.md index 6e0463bb..9236bb9a 100644 --- a/docs/maintenance/apps.md +++ b/docs/maintenance/apps.md @@ -71,7 +71,7 @@ If that did not work, and you got error messages, you will need to remove the ta First, tell Django that these migrations are no longer in effect (note the additional `--fake`): ```shell -python manage.py appname zero --fake +python manage.py migrate appname zero --fake ``` Then, open the mysql tool and connect to your Alliance Auth database: