use django whitenoise for static files

This commit is contained in:
2025-11-24 08:28:09 -06:00
parent b02efb06dd
commit 56b325ca10
5 changed files with 10 additions and 1 deletions

View File

@@ -283,6 +283,8 @@ virtualenv==20.27.1
# via tox
wheel==0.44.0
# via pip-tools
whitenoise==6.11.0
# via dr.botzo (pyproject.toml)
zalgo-text==0.6
# via dr.botzo (pyproject.toml)

View File

@@ -83,5 +83,7 @@ tempora==5.7.0
# jaraco-logging
urllib3==2.2.3
# via requests
whitenoise==6.11.0
# via dr.botzo (pyproject.toml)
zalgo-text==0.6
# via dr.botzo (pyproject.toml)