Skip to content

Commit

Permalink
⬆️ [#339] Updated project to Django version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhanCitil committed Aug 2, 2023
1 parent 55fbbee commit 2656ac9
Show file tree
Hide file tree
Showing 63 changed files with 8,784 additions and 5,261 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'
- uses: isort/[email protected]
with:
requirementsFiles: requirements/dev.txt
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'
- name: Install dependencies
run: |
pip install -r requirements/dev.txt
Expand Down
Loading

0 comments on commit 2656ac9

Please sign in to comment.