1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-10-31 19:44:16 +00:00

update django-icons to 4.0.0

This commit is contained in:
catborise 2021-06-10 13:17:49 +03:00
parent cb3ed61872
commit 768b49ea88
2 changed files with 14 additions and 1 deletions

View file

@ -1,6 +1,6 @@
Django==2.2.22
django-bootstrap4==3.0.1
django-icons==3.0.0
django-icons==4.0.0
django-login-required-middleware==0.6.1
django-otp==1.0.6
django-qr-code==2.2.0

View file

@ -83,6 +83,19 @@ TEMPLATES = [
WSGI_APPLICATION = "webvirtcloud.wsgi.application"
# Settings for django-icons
DJANGO_ICONS = {
'DEFAULTS': {
'renderer': 'fontawesome4',
},
'RENDERERS': {
'fontawesome4': 'FontAwesome4Renderer',
'bootstrap3': 'Bootstrap3Renderer',
},
}
# Database
# https://docs.djangoproject.com/en/3.0/ref/settings/#databases