fix abid generation migrations to be historically consistent

This commit is contained in:
Nick Sweeting 2024-08-20 01:58:19 -07:00
parent 506b3d28d4
commit 9273db528e
No known key found for this signature in database
6 changed files with 99 additions and 31 deletions

View file

@ -83,7 +83,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'django.contrib.admin',
'django_jsonform',
'signal_webhooks',
'abid_utils',
'plugantic',