Files
@ 79fd9b50bd3e
Branch filter:
Location: kallithea/scripts/generate-ini.py
79fd9b50bd3e
1.5 KiB
text/x-python
db_manage: remove create_ui_settings method
We already have a loop for adding Ui entries, so why not handle the hook entries
there as well?!
This is also much easier to read.
create_settings is only called from setup_db so querying for existing settings
makes no sense.
We already have a loop for adding Ui entries, so why not handle the hook entries
there as well?!
This is also much easier to read.
create_settings is only called from setup_db so querying for existing settings
makes no sense.