Created inital template for backend

This commit is contained in:
Michael Roy
2024-05-18 18:59:27 -04:00
parent 7143619fdf
commit 7f81537bf8
14 changed files with 217 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class DeepImpactAppConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'deep_impact_app'