Skip to content

Commit b6a73f0

Browse files
committed
fix: wrong db name
1 parent 11fa982 commit b6a73f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
DATABASES = {
152152
'default': {
153153
'ENGINE': 'django.db.backends.postgresql',
154-
'NAME': 'github_actions',
154+
'NAME': 'postgres',
155155
'USER': 'postgres',
156156
'PASSWORD': 'postgres',
157157
'HOST': '127.0.0.1',

0 commit comments

Comments
 (0)