From 9fba8938eec29e0decca5783b5bfa141c7e78a7f Mon Sep 17 00:00:00 2001 From: juanjo <130799031+juanminguezsanz2023@users.noreply.github.com> Date: Thu, 16 Apr 2026 16:12:40 +0200 Subject: [PATCH] fix: corregir name en common/apps.py de 'apps.common' a 'common' Co-Authored-By: Claude Sonnet 4.6 --- app/common/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/apps.py b/app/common/apps.py index 7e49969..be130d3 100644 --- a/app/common/apps.py +++ b/app/common/apps.py @@ -3,4 +3,4 @@ from django.apps import AppConfig class CommonConfig(AppConfig): default_auto_field = 'django.db.models.BigAutoField' - name = 'apps.common' # <--- ESTO ES LO QUE DEBE PONER \ No newline at end of file + name = 'common' \ No newline at end of file