-
- Downloads
Upgrade to fontawesome 6
Use official fontawesome django app for static file handling Switch to fork/new version of django-bootstrap (for icon field and rendering shortcuts) Add migration to bump icon field of dashboard buttons to new version Update templates to load new app and use new tags
parent
347a93f4
Branches
No related tags found
Showing
- AKSubmission/templates/AKSubmission/submit_new.html 4 additions, 4 deletionsAKSubmission/templates/AKSubmission/submit_new.html
- AKSubmission/templatetags/tags_AKSubmission.py 3 additions, 3 deletionsAKSubmission/templatetags/tags_AKSubmission.py
- requirements.txt 2 additions, 1 deletionrequirements.txt
- templates/admin/base_site.html 2 additions, 2 deletionstemplates/admin/base_site.html
- templates/base.html 2 additions, 2 deletionstemplates/base.html
Django==3.2.16 | ||
django-bootstrap5==22.2 | ||
django-fontawesome-5==1.0.18 | ||
fontawesomefree==6.2.1 # Makes static files (css, fonts) available locally | ||
django-fontawesome-6==1.0.0.0 # Provides an icon field for models and forms as well as handy shortcuts to render icons | ||
django-split-settings==1.2.0 | ||
django-timezone-field==4.1.2 | ||
djangorestframework==3.14.0 | ||
... | ... |
Please register or sign in to comment