-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: non-humanities users handling and access control (#548)
- Loading branch information
Showing
18 changed files
with
592 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# A list of constants imported into settings.py | ||
# Separate to make deployment less of a hassle | ||
|
||
# Group names | ||
GROUP_SECRETARY = 'Secretaris' | ||
GROUP_PRIMARY_SECRETARY = 'Primaire secretaris' | ||
GROUP_LINGUISTICS_CHAMBER = 'LK' | ||
GROUP_GENERAL_CHAMBER = 'AK' | ||
|
||
# Route durations | ||
PREASSESSMENT_ROUTE_WEEKS = 1 | ||
SHORT_ROUTE_WEEKS = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.