Refactor Dockerfile for improved build process, add CMD for running server, and update requirements.txt for consistency. Adjust URL patterns in dashboard and enhance base template with theme toggle functionality and print support.

This commit is contained in:
2026-02-07 10:23:23 +03:00
parent 48c9e4ddeb
commit 51b02eb6a4
5 changed files with 402 additions and 402 deletions

View File

@@ -1,33 +1,33 @@
asgiref==3.11.0
certifi==2025.11.12
cffi==2.0.0
charset-normalizer==3.4.4
cryptography==46.0.3
decorator==5.2.1
Django==5.2.8
dogpile.cache==1.5.0
idna==3.11
iso8601==2.1.0
jmespath==1.0.1
jsonpatch==1.33
jsonpointer==3.0.0
keystoneauth1==5.12.0
numpy==2.3.5
openstacksdk==4.8.0
os-service-types==1.8.2
pandas==2.3.3
pbr==7.0.3
platformdirs==4.5.0
psutil==7.1.3
pycparser==2.23
python-dateutil==2.9.0.post0
pytz==2025.2
PyYAML==6.0.3
requests==2.32.5
requestsexceptions==1.4.0
six==1.17.0
sqlparse==0.5.4
stevedore==5.6.0
typing_extensions==4.15.0
tzdata==2025.2
urllib3==2.5.0
asgiref==3.11.0
certifi==2025.11.12
cffi==2.0.0
charset-normalizer==3.4.4
cryptography==46.0.3
decorator==5.2.1
Django==5.2.8
dogpile.cache==1.5.0
idna==3.11
iso8601==2.1.0
jmespath==1.0.1
jsonpatch==1.33
jsonpointer==3.0.0
keystoneauth1==5.12.0
numpy==2.3.5
openstacksdk==4.8.0
os-service-types==1.8.2
pandas==2.3.3
pbr==7.0.3
platformdirs==4.5.0
psutil==7.1.3
pycparser==2.23
python-dateutil==2.9.0.post0
pytz==2025.2
PyYAML==6.0.3
requests==2.32.5
requestsexceptions==1.4.0
six==1.17.0
sqlparse==0.5.4
stevedore==5.6.0
typing_extensions==4.15.0
tzdata==2025.2
urllib3==2.5.0