Merge branch 'main' into dev

This commit is contained in:
Nick Sweeting
2024-04-24 14:32:07 -07:00
committed by GitHub
18 changed files with 499 additions and 4 deletions

View File

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