Skip to content

Commit d33525a

Browse files
committed
update settings
1 parent d312cb5 commit d33525a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

conf/settings.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,12 @@
8888
"Tentative PCS",
8989
]
9090

91-
# R25 Event types for Mazevo course import
91+
# R25 event types for courses to import to Mazevo
9292
MAZEVO_R25_EVENTTYPE_TS_SECTION = 459
9393
MAZEVO_R25_EVENTTYPE_TS_SECTION_FINAL = 472
9494

95-
# Map Mazevo Booking Status to R25 Event Type
96-
MAZEVO_R25_EVENTTYPE_DEFAULT = "433" # UWS Event
97-
MAZEVO_R25_EVENTTYPE_MAP = {
98-
"Academic Final Exam": "475", # UWS ES_Final
99-
"CAAMS Booking": "467", # UWS CAAMS
100-
"Blackout": "416", # Repair/Maintenance
101-
"Event Finalized (DAX Bypass)": "416", # Repair/Maintenance
102-
}
95+
# Default R25 event type for bookings imported from Mazevo
96+
MAZEVO_R25_EVENTTYPE_DEFAULT = '433' # UWS Event
10397

10498
MAZEVO_R25_EMAIL_HOST_USER = ""
10599
MAZEVO_R25_EMAIL_HOST_PASSWORD = ""

0 commit comments

Comments
 (0)