Skip to content
Snippets Groups Projects
Unverified Commit 74df4611 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Comment out buggy database_exists check

parent f23d3318
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,8 @@ def check_choice(option, value, choices):
def check_database(
SQLALCHEMY_DATABASE_URI,
SQLALCHEMY_TRACK_MODIFICATIONS):
# remove once sqlalchemy.database_exists works as intended
return True
from sqlalchemy_utils import database_exists
from sqlalchemy import exc
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment