Skip to content

Commit

Permalink
added filter plugin and updated testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-gray-tangent committed Jul 11, 2024
1 parent ae4fc6c commit 35cce54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cp .env.testing app/.env
cd app/
mkdir -p static_files
python manage.py validate_templates
python manage.py validate_templates --ignore-app django_filters
- name: Run Tests
run: |
cp .env.testing app/.env
Expand Down
1 change: 1 addition & 0 deletions app/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"general",
"simple_history",
"accounts",
"django_filters",
]

# Add django-extensions to the installed apps if DEBUG is True
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ whitenoise
pillow
python-magic
pypdf
django-filter

0 comments on commit 35cce54

Please sign in to comment.