Skip to content

Commit ee9beb4

Browse files
committed
step 7 done
1 parent cb9eed1 commit ee9beb4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

task_manager/settings.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
'default': {
105105
'ENGINE': 'django.db.backends.postgresql',
106106
'NAME': 'djangobd',
107-
'USER': 'tirion', # Обычно 'postgres'
108-
'PASSWORD': '1234',
107+
'USER': 'tirion',
108+
'PASSWORD': 'HLKv6Q0UIlVKOqVi0oz0wcqKki5KpBz1',
109109
'HOST': 'localhost',
110110
'PORT': '5432',
111111
}
@@ -161,6 +161,4 @@
161161

162162
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
163163

164-
last_error_time = 0
165-
min_interval = 10
166164

0 commit comments

Comments
 (0)