revert: restaurar nombre api_config (revertir renombrado erróneo)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
juanjo
2026-04-16 23:31:08 +02:00
parent 92a00ec75f
commit 04c37f669c
7 changed files with 1 additions and 1 deletions

7
app/api_config/wsgi.py Normal file
View File

@@ -0,0 +1,7 @@
import os
from django.core.wsgi import get_wsgi_application
# Este es el enlace con tus configuraciones
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'api_hub_dispatcher.settings')
application = get_wsgi_application()