phase2: add modular apps, auth scaffolding, and base template routing
This commit is contained in:
6
apps/ingestion/apps.py
Normal file
6
apps/ingestion/apps.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class IngestionConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.ingestion"
|
||||
Reference in New Issue
Block a user