1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

add white noise for static_root/staticfiles_dir problem for debug/non-debug running mode

This commit is contained in:
catborise 2023-11-10 16:29:48 +03:00
parent 7171a70f75
commit e324a19401
214 changed files with 15499 additions and 51 deletions

View file

@ -1,8 +1,8 @@
Django==4.2.6
Django==4.2.7
django_bootstrap5==23.3
django-bootstrap-icons==0.8.6
django-login-required-middleware==0.9.0
django-otp==1.2.4
django-otp==1.3.0
django-qr-code==3.1.1
gunicorn==21.2.0
libsass==0.22.0
@ -20,3 +20,4 @@ djangorestframework==3.14.0
drf-nested-routers==0.93.4
drf-yasg==1.21.7
markdown>=3.4.1
whitenoise==6.6.0