This commit is contained in:
2025-05-19 14:23:07 +03:00
parent 41d49072f8
commit fe0ea5faac
12 changed files with 229 additions and 164 deletions

16
config/redmine.py Normal file
View File

@@ -0,0 +1,16 @@
class RedmineConfig:
@property
def base_url(self):
return "https://redmine.sbps.ru"
@property
def time_entries_url(self):
return "/time_entries.json"
@property
def my_account_url(self):
return "/my/account.json"
@property
def datetime_format(self):
return "%Y-%m-%d"