checker
Checker
Source code in src/cookiecutter_python/backend/hosting_services/checker.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | |
from_hosting_info(config_file, default_config, hosting_infos)
staticmethod
Activate Web Host Checks if user config and NOT default config
Source code in src/cookiecutter_python/backend/hosting_services/checker.py
20 21 22 23 24 25 26 27 28 29 30 31 | |