This commit is contained in:
fjrodriguez
2022-11-30 08:44:59 -06:00
parent e2121905d6
commit 2d55c0974a
13 changed files with 370 additions and 46 deletions

View File

@@ -112,7 +112,7 @@ if DEBUG:
'ENGINE': 'django.db.backends.mysql',
'NAME': 'cfdi_as',
'USER': 'root',
'PASSWORD': 'root',
'PASSWORD': 'Soluciones28@',
'HOST': '127.0.0.1',
'PORT': '',
'OPTIONS': {'init_command': "SET sql_mode='STRICT_TRANS_TABLES'"},