Actualizar sensores/settings.py
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user