seitime-frappe/frappe/commands
Oshosanya Michael 8a11fb57cd feat: Allow full database config on creating site (#8874)
* Allow setting db port on install

* Allow setting db port on install

* Allow full db config on creating site

* bug fix

* bug fix

* Escape character

* Update frappe/commands/site.py

allow only integer argument

Co-Authored-By: Chinmay Pai <chinmaydpai@gmail.com>

* Update frappe/database/db_manager.py

No need to escape integer variable

Co-Authored-By: Chinmay Pai <chinmaydpai@gmail.com>

* cast port to integer to surpress pymysql error

* cast port to string to surpress pymysql error

* Removed type casting
2019-12-12 13:17:07 +05:30
..
__init__.py fix(commnds): Raise CalledProcessError if process returns non-zero exit code 2019-07-24 15:11:53 +05:30
scheduler.py fix(doctor): Show status of scheduler in bench doctor 2019-07-31 20:14:58 +05:30
site.py feat: Allow full database config on creating site (#8874) 2019-12-12 13:17:07 +05:30
translate.py style: Linting fixes (#6809) 2019-01-23 16:39:55 +05:30
utils.py chore: dropped legacy selenium dependant tests 2019-11-13 15:01:05 +05:30