This commit is contained in:
vabene1111
2021-01-13 15:21:51 +01:00
parent bf9b8a0230
commit 95aff5c998
15 changed files with 203 additions and 121 deletions

View File

@@ -22,7 +22,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
python3 manage.py collectstatic --noinput
python3 manage.py collectstatic_js_reverse --noinput
python3 manage.py collectstatic_js_reverse
- name: Django Testing project
run: |
python3 manage.py test