Merge branch 'main' into dev

This commit is contained in:
Nick Sweeting 2024-04-24 14:32:07 -07:00 committed by GitHub
commit 8dcfa93ec6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 499 additions and 4 deletions

View file

@ -61,6 +61,7 @@ INSTALLED_APPS = [
'django.contrib.admin',
'core',
'api',
'django_extensions',
]