Add cluster app with initial migrations, models, and settings integration

This commit is contained in:
Eduardo Silva
2025-08-14 21:36:14 -03:00
parent 16d1a22925
commit 0f5dda618b
9 changed files with 143 additions and 2 deletions

6
cluster/apps.py Normal file
View File

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