Preparation for publishing date.
This commit is contained in:
@@ -274,3 +274,29 @@ MATRIX_CONFIG = {
|
||||
'max_participants': 4,
|
||||
},
|
||||
}
|
||||
|
||||
# Publishing
|
||||
# PUBLISH_BEFORE_BEGIN_DAYS = 10
|
||||
# PUBLISH_BEFORE_DEADLINE_DAYS = 7
|
||||
PUBLISH_ISSUES = [
|
||||
{
|
||||
'issue': u'Heft 1',
|
||||
'release': (31, 1),
|
||||
'deadline': (15, 11),
|
||||
},
|
||||
{
|
||||
'issue': u'Heft 2',
|
||||
'release': (7, 4),
|
||||
'deadline': (15, 2),
|
||||
},
|
||||
{
|
||||
'issue': u'Heft 3',
|
||||
'release': (7, 7),
|
||||
'deadline': (15, 5),
|
||||
},
|
||||
{
|
||||
'issue': u'Heft 4',
|
||||
'release': (7, 10),
|
||||
'deadline': (15, 8),
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user