We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aeda2d commit 0c60995Copy full SHA for 0c60995
settings.py
@@ -8,7 +8,7 @@
8
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
9
10
DATABASES = {
11
- 'default': dj_database_url.config(default='postgres:///psqlextra')
+ 'default': dj_database_url.config(default='postgres://localhost:5434/psqlextra')
12
}
13
14
DATABASES['default']['ENGINE'] = 'psqlextra.backend'
0 commit comments