Skip to content

Commit

Permalink
set sqlalchemy echo
Browse files Browse the repository at this point in the history
  • Loading branch information
ziv17 committed Dec 1, 2023
1 parent 76abf30 commit acd8f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyway/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
SQLALCHEMY_TRACK_MODIFICATIONS = True
ENTRIES_PER_PAGE = os.environ.get("ENTRIES_PER_PAGE", 1000)
SQLALCHEMY_ENGINE_OPTIONS = {}
# SQLALCHEMY_ECHO = True
SQLALCHEMY_ECHO = True
# available languages
LANGUAGES = {"en": "English", "he": "עברית"}

Expand Down

0 comments on commit acd8f26

Please sign in to comment.