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:
parent
cb3ed61872
commit
768b49ea88
2 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue