This commit is contained in:
Rachid Mrad 2024-04-23 18:07:43 -04:00
parent e45ea48898
commit ab1a63ee9c
No known key found for this signature in database

View file

@ -782,7 +782,8 @@ if DEBUG:
} }
# From https://django-auditlog.readthedocs.io/en/latest/upgrade.html # 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 # on our staging and stable, then remove these 2 variables or set to False
AUDITLOG_TWO_STEP_MIGRATION = True AUDITLOG_TWO_STEP_MIGRATION = True