Rename actual module

This commit is contained in:
2025-09-28 22:33:22 -04:00
parent 2a5acd73db
commit b6db29d1bb
7 changed files with 0 additions and 0 deletions

6
ai_blocker/apps.py Normal file
View File

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