Skip to content

Commit 0c60995

Browse files
committed
Use last version of PostgreSQL on CI
1 parent 8aeda2d commit 0c60995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
99

1010
DATABASES = {
11-
'default': dj_database_url.config(default='postgres:///psqlextra')
11+
'default': dj_database_url.config(default='postgres://localhost:5434/psqlextra')
1212
}
1313

1414
DATABASES['default']['ENGINE'] = 'psqlextra.backend'

0 commit comments

Comments
 (0)