con Aduanasoft

This commit is contained in:
rexcom28
2023-05-03 11:33:22 -06:00
parent 8b9b17a79d
commit d7d4ec111f
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -99,6 +99,7 @@ celerybeat-schedule.*
# Environments # Environments
.env .env
.venv .venv
.myenv
env/ env/
venv/ venv/
ENV/ ENV/

View File

@@ -138,10 +138,10 @@ else:
DATABASES={ DATABASES={
'default': { 'default': {
'ENGINE': 'django.db.backends.mysql', 'ENGINE': 'django.db.backends.mysql',
'NAME': 'fjrodriguez$cfdi_as', 'NAME': 'Aduanasoft$cfdi_as',
'USER': 'fjrodriguez', 'USER': 'Aduanasoft',
'PASSWORD':'Soluciones28@', 'PASSWORD':'Soluciones28@',
'HOST': 'fjrodriguez.mysql.pythonanywhere-services.com', 'HOST': 'Aduanasoft.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'"},
} }