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
.env
.venv
.myenv
env/
venv/
ENV/

View File

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