refactor: renombrar proyecto principal api_config → api_hub_dispatcher
- Renombrar carpeta app/api_config/ → app/api_hub_dispatcher/ - Actualizar DJANGO_SETTINGS_MODULE en asgi.py, wsgi.py, manage.py - Actualizar ROOT_URLCONF y WSGI_APPLICATION en settings.py Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
3
app/api_hub_dispatcher/.env.example
Normal file
3
app/api_hub_dispatcher/.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
# core/.env
|
||||
APP_CUSTOM_SETTING="Este es un valor privado de la app"
|
||||
EXTERNAL_SERVICE_API_KEY="sk_test_12345"
|
||||
Reference in New Issue
Block a user