Switch to postgresql:// url
postgres:// has been deprecated for years
This commit is contained in:
parent
322903adc1
commit
91d8de0b7e
2
conf.py
2
conf.py
@ -1,4 +1,4 @@
|
|||||||
db_url = 'postgres://robertem@127.0.0.1/pvvvv'
|
db_url = 'postgresql://robertem@127.0.0.1/pvvvv'
|
||||||
quit_allowed = True
|
quit_allowed = True
|
||||||
stop_allowed = False
|
stop_allowed = False
|
||||||
show_tracebacks = True
|
show_tracebacks = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user