push to change branch

This commit is contained in:
Grégory Lebreton 2025-02-06 13:52:16 +01:00
parent 20bf00d142
commit f12aac5a4f
15 changed files with 40 additions and 10 deletions

View File

@ -129,12 +129,14 @@ USE_TZ = True
STATIC_URL = '/static/'
# security
CSRF_TRUSTED_ORIGINS = ['https://your-domain.tld']
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
CSRF_TRUSTED_ORIGINS = ['https://quizz.legaragenumerique.fr']
# oidc
OIDC_RP_CLIENT_ID = 'djangoquiz'
OIDC_RP_CLIENT_SECRET = 'check-keycloak-client-config on id.legaragenumerique.fr'
OIDC_RP_CLIENT_SECRET = 'c2c1df43-b2bf-42d1-8ad2-faf93dddcb18'
OIDC_RP_SIGN_ALGO= "RS256"
OIDC_OP_JWKS_ENDPOINT = "https://id.legaragenumerique.fr/auth/realms/garagenum/protocol/openid-connect/certs"

View File

@ -1,7 +1,35 @@
django>=2.2.9
django-admin
django-model-utils>=3.1.1
Pillow>=4.0.0
psycopg2-binary
six
environs
asgiref==3.8.1
certifi==2025.1.31
cffi==1.17.1
charset-normalizer==3.4.1
cryptography==44.0.0
Django==5.1.6
django-admin==2.0.2
django-excel-response2==3.0.6
django-model-utils==5.0.0
django-six==1.0.5
environs==14.1.0
excel-base==1.0.4
gunicorn==23.0.0
idna==3.10
isoweek==1.3.3
josepy==1.15.0
marshmallow==3.26.1
mozilla-django-oidc==4.0.1
packaging==24.2
pillow==11.1.0
psycopg2-binary==2.9.10
pycparser==2.22
pyOpenSSL==25.0.0
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
requests==2.32.3
screen==1.0.1
six==1.17.0
sqlparse==0.5.3
TimeConvert==3.0.13
typing_extensions==4.12.2
tzlocal==5.2
urllib3==2.3.0
whitenoise==6.6.0
xlwt==1.3.0