We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5298900 commit 6f1670bCopy full SHA for 6f1670b
.github/workflows/azure-deployment.yml
@@ -22,6 +22,9 @@ jobs:
22
with:
23
python-version: '3.9'
24
25
+ - name: Install compile dependencies
26
+ run: sudo apt-get install -y gettext
27
+
28
- name: Create and start virtual environment
29
run: |
30
python -m venv venv
scripts/az_postbuild.sh
@@ -1,6 +1,5 @@
1
#!/usr/bin/env bash
2
3
-python manage.py compilemessages
4
python manage.py compilescss --use-storage
5
python manage.py collectstatic --noinput --ignore=*.scss
6
python manage.py migrate --noinput
0 commit comments