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