add new actors and orchestrators

This commit is contained in:
Nick Sweeting 2024-10-31 04:24:06 -07:00
parent f56cdd2da5
commit 9c2eac4e47
No known key found for this signature in database
9 changed files with 369 additions and 0 deletions

View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class ActorsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "actors"