From ab1a63ee9c82b0762813644a2a49b4c21833918d Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Tue, 23 Apr 2024 18:07:43 -0400 Subject: [PATCH] lint --- src/registrar/config/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/registrar/config/settings.py b/src/registrar/config/settings.py index cef2ec59d..9817476bb 100644 --- a/src/registrar/config/settings.py +++ b/src/registrar/config/settings.py @@ -782,7 +782,8 @@ if DEBUG: } # From https://django-auditlog.readthedocs.io/en/latest/upgrade.html -# Run cf run-task getgov-<> --wait --command 'python manage.py auditlogmigratejson --traceback' --name auditlogmigratejson +# Run: +# cf run-task getgov-<> --wait --command 'python manage.py auditlogmigratejson --traceback' --name auditlogmigratejson # on our staging and stable, then remove these 2 variables or set to False AUDITLOG_TWO_STEP_MIGRATION = True