Se agregaron los microservicios_v2

This commit is contained in:
2025-10-03 23:16:08 -06:00
parent 0ac9f06e51
commit 0b51024343
4 changed files with 353 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ ALLOWED_HOSTS = [
SITE_URL = os.getenv('SITE_URL')
SERVICE_API_URL = os.getenv('SERVICE_API_URL')
SERVICE_API_URL_V2 = os.getenv('SERVICE_API_URL_V2')
# Application definition
BASE_APPS = [
'django.contrib.admin',