Bootstrap initial AI blocker app

This commit is contained in:
2025-09-28 22:28:07 -04:00
commit b98c3f7c84
10 changed files with 51 additions and 0 deletions

View File

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