'修改数据库连接'

This commit is contained in:
caoqianming 2021-04-12 06:00:38 +08:00
parent 51ef83b2cf
commit 2aee218af9
13 changed files with 573353 additions and 6 deletions

View File

@ -1 +1 @@
12524
17672

BIN
dump.rdb

Binary file not shown.

81775
log/all-2021-01-28.log.1 Normal file

File diff suppressed because it is too large Load Diff

81888
log/all-2021-01-28.log.5 Normal file

File diff suppressed because it is too large Load Diff

82121
log/all-2021-02-05.log.5 Normal file

File diff suppressed because it is too large Load Diff

81453
log/all-2021-02-07.log.5 Normal file

File diff suppressed because it is too large Load Diff

81882
log/all-2021-04-06.log.5 Normal file

File diff suppressed because it is too large Load Diff

82164
log/all-2021-04-08.log.1 Normal file

File diff suppressed because it is too large Load Diff

82058
log/all-2021-04-08.log.5 Normal file

File diff suppressed because it is too large Load Diff

1
mysite/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
settings.py

View File

@ -24,7 +24,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = '^2_d@h7#j5zx4=g+!=r&tdmm&)akpd_hf!7@-85#qs(+*(#o!i'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ['*']
@ -91,9 +91,9 @@ DATABASES = {
'NAME': 'safedb',
'USER':'postgres',
'PASSWORD':'cTc1111Qa',
'HOST':'121.36.23.77',
'HOST':'192.168.0.115',
'PORT':'5432',
'CONN_MAX_AGE': 60,
# 'CONN_MAX_AGE': 60,
},
'OPTIONS': {
'isolation_level': psycopg2.extensions.ISOLATION_LEVEL_SERIALIZABLE,

View File

@ -1 +1 @@
41_I-HP1hSZv5r3OEvFVNp2NbY1tQzg0fdOizw0Kldq-LhlVIDqECdTwaMM-O62-8s5I4KMbRx1gAhIZhb_eELSlh_LXEIyBdEpfODF_Ax668oSJcBiiOIfn2U3CEj-lNrwBAsaHz7a7LxAkWJDQWRjAIAMSN
44_FIdUUwzaJMzybi-e29bOke7vYSE3UaFwVJMQKqGe9BsjjkoM_1HWoDn2c0anWm2EusSiyVm2e1aLI8wRHYp6X4bdFWYAO0-24ShHL218FgA4eAryZxm7UR8qukaPzZYWXdhB14u5NAXCL0XbAFGjAJAQVW

View File

@ -184,7 +184,12 @@
.icon-trainplan {
background: url('icons/trainplan.png') no-repeat center center;
}
.icon-follow {
background: url('icons/follow.png') no-repeat center center;
}
.icon-personalp {
background: url('icons/personalp.png') no-repeat center center;
}
.icon-mini-add{
background:url('icons/mini_add.png') no-repeat center center;