Main page of booking platform can be reached
This commit is contained in:
parent
190d4d2a4b
commit
95e313d922
7 changed files with 571 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue