db parse module

This commit is contained in:
2024-12-06 12:37:15 +09:00
parent bd52a68cc7
commit 7309aef349
4 changed files with 61 additions and 4 deletions

View File

@@ -83,10 +83,16 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
}
},
'wordpress': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'u1510415_wp832',
'USER': 'root',
'PASSWORD': 'R0sebud',
'HOST': '0.0.0.0',
'PORT': '3306',
},
}
# Password validation
# https://docs.djangoproject.com/en/5.1/ref/settings/#auth-password-validators