flask-orator
flask-orator copied to clipboard
Multiple Databases Error
[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', } }