seitime-frappe/frappe/commands
Gavin D'souza bcfa8c276e fix: Set default port attribute for Database classes
db.default_port wil be available as a class attribute to hold defaults
for DB types.

Usage: frappe.conf.db_port or frappe.db.default_port
Why: I couldn't run the mariadb command because the defaults aren't set
for my system. server is remote / containerized. Setting port in
equivalent mysql command fixes this.
2022-07-22 13:16:26 +05:30
..
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
redis_utils.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
scheduler.py Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor 2022-07-05 14:55:02 +05:30
site.py refactor: Use pymysql over mariadb client 2022-07-22 12:10:54 +05:30
translate.py feat(translations-cli): Fetch translations for a particular app (#17276) 2022-06-24 17:04:49 +05:30
utils.py fix: Set default port attribute for Database classes 2022-07-22 13:16:26 +05:30