-
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.
Merge pull request #558 from DH-IT-Portal-Development/develop
Merge dev to acc
- Loading branch information
Showing
24 changed files
with
1,033 additions
and
419 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,24 @@ | ||
name: Check for missing migrations | ||
|
||
on: | ||
pull_request: | ||
jobs: | ||
run-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install OS dependencies | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install libldap2-dev libsasl2-dev libssl-dev gettext poppler-utils poppler-data libpoppler-cpp-dev | ||
- uses: actions/checkout@v2 | ||
- name: Set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.9 | ||
- name: Install Dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install -r requirements.txt | ||
- name: Check for missing migrations | ||
run: | | ||
python manage.py makemigrations --check --dry-run |
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
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.