From 5165cc6bc3feccef40edd8d9dc240a3679bca49d Mon Sep 17 00:00:00 2001 From: Antonio Espiritu Date: Wed, 30 Apr 2025 12:29:30 +0000 Subject: [PATCH] Actualizar sensores/settings.py --- sensores/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sensores/settings.py b/sensores/settings.py index 99a547c..7f175d8 100644 --- a/sensores/settings.py +++ b/sensores/settings.py @@ -29,7 +29,7 @@ SECRET_KEY = 'django-insecure-wo1z0gvd543szc$6_and3$6@p#*x)3_$+nc^s$y-po#ul26_g% # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['localhost', '127.0.0.1', '192.168.1.150', 'server.mxsig.com.mx'] +ALLOWED_HOSTS = ['localhost', '127.0.0.1', '192.168.1.150'] # Application definition @@ -169,8 +169,8 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'smtp.gmail.com' EMAIL_PORT = 587 EMAIL_USE_TLS = True -EMAIL_HOST_USER = 'acceso.qr.uptap@gmail.com' -EMAIL_HOST_PASSWORD = 'rssauvqqormpeyro' +EMAIL_HOST_USER = '' +EMAIL_HOST_PASSWORD = ''