This commit is contained in:
Francisco Rodriguez
2022-11-26 20:17:46 -07:00
parent 1e6b924f7c
commit 654394ca4d

View File

@@ -111,9 +111,9 @@ else:
DATABASES={ DATABASES={
'default': { 'default': {
'ENGINE': 'django.db.backends.mysql', 'ENGINE': 'django.db.backends.mysql',
'NAME': 'fjrodriguez28$cfdi_as', 'NAME': 'fjrodriguez$cfdi_as',
'USER': 'fjrodriguez28', 'USER': 'fjrodriguez',
'PASSWORD': 'Nasus28@', 'PASSWORD': 'Soluciones28@',
'HOST': 'fjrodriguez28.mysql.pythonanywhere-services.com', 'HOST': 'fjrodriguez28.mysql.pythonanywhere-services.com',
'PORT': '3306', 'PORT': '3306',
'OPTIONS': {'init_command': "SET sql_mode='STRICT_TRANS_TABLES'"}, 'OPTIONS': {'init_command': "SET sql_mode='STRICT_TRANS_TABLES'"},