This commit is contained in:
2025-10-21 18:47:15 -06:00
parent 14c06cbf43
commit 474cb151ef
7 changed files with 218 additions and 184 deletions

View File

@@ -266,7 +266,7 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'America/Ojinaga' # Zona horaria de Cd. Juárez, Chihuahua
TIME_ZONE = 'America/Mexico_City' # Zona horaria de Cd. Juárez, Chihuahua
USE_I18N = True
USE_TZ = True