We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbc1f7 commit 3cac085Copy full SHA for 3cac085
.github/workflows/check-django.yaml
@@ -9,6 +9,6 @@ jobs:
9
- name: Checkout
10
uses: actions/checkout@v4
11
- name: Install Django
12
- run: pip install django
+ run: pip install django dotenv
13
- name: Run Django deployment checks
14
run: python manage.py check --deploy
0 commit comments