-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use whitenoise for static files
- Loading branch information
Showing
3 changed files
with
8 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ django-simple-menu | |
django-debug-toolbar | ||
django-csp | ||
django-extensions | ||
whitenoise | ||
djangosaml2idp | ||
pip-tools | ||
cdh-django-core[core] @ git+https://github.com/DH-IT-Portal-Development/[email protected] | ||
cdh-django-core[core] @ git+https://github.com/DH-IT-Portal-Development/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile | ||
# | ||
|
@@ -10,7 +10,7 @@ asgiref==3.8.1 | |
# via django | ||
build==1.2.1 | ||
# via pip-tools | ||
cdh-django-core @ git+https://github.com/DH-IT-Portal-Development/[email protected] | ||
cdh-django-core[core] @ git+https://github.com/DH-IT-Portal-Development/[email protected] | ||
# via -r requirements.in | ||
certifi==2024.7.4 | ||
# via requests | ||
|
@@ -69,8 +69,6 @@ elementpath==4.4.0 | |
# via xmlschema | ||
idna==3.7 | ||
# via requests | ||
importlib-metadata==8.2.0 | ||
# via build | ||
packaging==24.1 | ||
# via build | ||
pip-tools==7.4.1 | ||
|
@@ -101,26 +99,18 @@ sqlparse==0.5.1 | |
# via | ||
# django | ||
# django-debug-toolbar | ||
tomli==2.0.1 | ||
# via | ||
# build | ||
# pip-tools | ||
types-python-dateutil==2.9.0.20240316 | ||
# via arrow | ||
typing-extensions==4.12.2 | ||
# via | ||
# asgiref | ||
# django-modeltranslation | ||
urllib3==2.2.2 | ||
# via requests | ||
wheel==0.44.0 | ||
# via pip-tools | ||
whitenoise==6.7.0 | ||
# via -r requirements.in | ||
wrapt==1.16.0 | ||
# via deprecated | ||
xmlschema==2.5.1 | ||
# via pysaml2 | ||
zipp==3.19.2 | ||
# via importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# pip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters