Skip to content

Commit

Permalink
Merge pull request #619 from catborise/master
Browse files Browse the repository at this point in the history
update requirements
  • Loading branch information
catborise committed Oct 30, 2023
2 parents 8995f47 + 7171a70 commit 2ff0abf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
14 changes: 7 additions & 7 deletions conf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Django==4.2.5
Django==4.2.6
django_bootstrap5==23.3
django-bootstrap-icons==0.8.3
django-bootstrap-icons==0.8.6
django-login-required-middleware==0.9.0
django-otp==1.2.2
django-otp==1.2.4
django-qr-code==3.1.1
gunicorn==21.2.0
libsass==0.22.0
libvirt-python==9.7.0
libvirt-python==9.8.0
lxml==4.9.3
qrcode==7.4.2
rwlock==0.0.7
websockify==0.11.0
zipp==3.16.2
zipp==3.17.0
ldap3==2.9.1
python-engineio==4.7.0
python-socketio==5.9.0
python-engineio==4.8.0
python-socketio==5.10.0
eventlet==0.33.3
djangorestframework==3.14.0
drf-nested-routers==0.93.4
Expand Down
8 changes: 4 additions & 4 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
coverage==7.3.0
django-debug-toolbar==4.2.0
django-debug-toolbar-template-profiler
pycodestyle==2.11.0
pycodestyle==2.11.1
pyflakes==3.1.0
pylint==2.17.5
yapf==0.40.1
black==23.7.0
pylint==3.0.2
yapf==0.40.2
black==23.10.1
11 changes: 6 additions & 5 deletions webvirtcloud/settings.py.template
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,12 @@ USE_TZ = True
STATIC_URL = "/static/"

if not DEBUG:
STATIC_ROOT = Path.joinpath(BASE_DIR, "static")
else:
STATICFILES_DIRS = [
Path.joinpath(BASE_DIR, "static"),
]
STATIC_ROOT = ""

STATICFILES_DIRS = [
Path.joinpath(BASE_DIR, "static"),
]


BS_ICONS_CACHE = Path.joinpath(BASE_DIR, 'static/icon_cache')

Expand Down

0 comments on commit 2ff0abf

Please sign in to comment.