Main page of booking platform can be reached

This commit is contained in:
Stanislas Jouffroy 2024-02-11 15:50:46 +01:00
parent 190d4d2a4b
commit 95e313d922
7 changed files with 571 additions and 3 deletions

View file

@ -11,3 +11,6 @@ def init_log_config():
with open(logging_file, "r") as f:
logging_config = yaml.safe_load(f.read())
logging.config.dictConfig(logging_config)
GESTION_SPORTS_URL = "https://toulousepadelclub.gestion-sports.com"