db parse module
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user