flask-orator icon indicating copy to clipboard operation
flask-orator copied to clipboard

Multiple Databases Error

Open andriy-sa opened this issue 7 years ago • 0 comments

[AttributeError]
'dict' object has no attribute 'endswith'

ORATOR_DATABASES = { 'default': { 'driver': 'postgres', 'database': 'flask', 'user': 'postgres', 'password': '1', 'host': '127.0.0.1', 'port': '5432', }, 'testing': { 'driver': 'postgres', 'database': 'test_flask', 'user': 'postgres', 'password': '1', 'host': '127.0.0.1', 'port': '5432', } }

andriy-sa avatar Mar 02 '17 14:03 andriy-sa