Files @ caa0ff7b861d
Branch filter:

Location: website/requirements.txt

bsturmfels
Load JS through Django's staticfiles app

This avoids the need for adjustments during development and allows production to
be served under a single /static declaration in Apache.
1
2
3
4
5
# These are the version provided by Debian Bookworm.
Django==3.2.19
beautifulsoup4==4.11.2
html5lib==1.1
django_countries==7.3.2