Skip to content

Commit a907b0a

Browse files
tobiascadeeCopilot
andauthored
Update webapp/vokou/settings/base.py
Co-authored-by: Copilot <[email protected]>
1 parent 9e10ab3 commit a907b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/vokou/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"UNSUBSCRIBE_FORM_URL": ("", "Unsubscribe form URL", str),
174174
# automated orderround creation
175175
"AUTO_CREATE_ORDERROUNDS": (False, "Automatically create new order rounds", bool),
176-
"ORDERROUND_OPEN_DAY_OF_WEEK": (6, "Day of week when order rounds open (0=Monday, 6=Sunday)", int),
176+
"ORDERROUND_OPEN_DAY_OF_WEEK": (6, "Day of week when order rounds open (0=Monday, 6=Sunday). Follows Python's datetime.weekday() convention.", int),
177177
"ORDERROUND_INTERVAL_WEEKS": (2, "Interval between order rounds in weeks", int),
178178
"ORDERROUND_OPEN_HOUR": (12, "Hour when order rounds open (24h format)", int),
179179
"ORDERROUND_DURATION_HOURS": (63, "How long order rounds stay open (hours)", int),

0 commit comments

Comments
 (0)