Skip to content
Snippets Groups Projects
Commit 15ff974e authored by Carlos VEGA MORENO's avatar Carlos VEGA MORENO
Browse files

added AVAILABILITY_CHOICES constant

parent fdda1c34
No related branches found
No related tags found
1 merge request!171Feature/daily availability
......@@ -78,6 +78,11 @@ WEEKDAY_CHOICES = (
(SUNDAY_AS_DAY_OF_WEEK, 'SUNDAY'),
)
AVAILABILITY_CHOICES = (
('H', 'Holiday'),
('X', 'Extra Availability'),
)
REDCAP_TOKEN_CONFIGURATION_TYPE = "REDCAP_TOKEN_CONFIGURATION_TYPE"
REDCAP_BASE_URL_CONFIGURATION_TYPE = "REDCAP_BASE_URL_CONFIGURATION_TYPE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment