File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
adhocracy-plus/config/settings Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ RUN apt update && \
1818 npm \
1919 git \
2020 python3 \
21- python3-pip \
2221 python3-venv \
2322 libmagic1 \
2423 libmagic-dev && \
Original file line number Diff line number Diff line change 2727 id : meta
2828 uses : docker/metadata-action@v5
2929 with :
30- images : ghcr.io/${{ github.repository }}/ci-base # Dein Image-Name
30+ images : ghcr.io/${{ github.repository }}/ci-base # Our Image-Name
3131 tags : |
3232 type=raw,value=latest
3333 type=sha,format=short,prefix=
Original file line number Diff line number Diff line change 8383 PGHOSTADDR : 127.0.0.1
8484 run : |
8585 python manage.py collectstatic > /dev/null
86- # Einmalig Cache löschen, um Settings-Mismatch auszuschließen
8786 isort --diff -c adhocracy-plus tests
8887 python manage.py makemigrations --dry-run --check --noinput
8988 flake8 adhocracy-plus tests --exclude migrations,settings
Original file line number Diff line number Diff line change 1010CAPTCHA_TEST_ACCEPTED_ANSWER = "testpass"
1111CAPTCHA_URL = "https://captcheck.netsyms.com/api.php"
1212WAGTAILADMIN_BASE_URL = "http://localhost:8004"
13- EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend"
1413
1514try :
1615 from .polygons import *
You can’t perform that action at this time.
0 commit comments