User_activity_log model

This commit is contained in:
2024-12-06 15:05:00 +09:00
parent 7309aef349
commit c77f46fdff
5 changed files with 85 additions and 53 deletions

View File

@@ -87,9 +87,9 @@ DATABASES = {
'wordpress': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'u1510415_wp832',
'USER': 'root',
'PASSWORD': 'R0sebud',
'HOST': '0.0.0.0',
'USER': 'u1510415_wp832',
'PASSWORD': 'yZ1gV6kH6lzD2cQ3',
'HOST': 'server231.hosting.reg.ru',
'PORT': '3306',
},
}