-
- Downloads
Introduce static file compression
Add compressor and sass compiler dependencies Introduce corresponding settings Use compressor in templates Move only partially used dependencies to higher level for better re-usability Add custom tags to create css and js for fontawesome separately This implements the first part of #162
parent
0a247a3d
Branches
No related tags found
Showing
- AKDashboard/templates/AKDashboard/dashboard.html 0 additions, 8 deletionsAKDashboard/templates/AKDashboard/dashboard.html
- AKDashboard/templates/AKDashboard/dashboard_event.html 0 additions, 8 deletionsAKDashboard/templates/AKDashboard/dashboard_event.html
- AKModel/templates/AKModel/user.html 0 additions, 8 deletionsAKModel/templates/AKModel/user.html
- AKModel/templatetags/tags_AKModel.py 19 additions, 0 deletionsAKModel/templatetags/tags_AKModel.py
- AKPlan/templates/AKPlan/plan_wall.html 12 additions, 6 deletionsAKPlan/templates/AKPlan/plan_wall.html
- AKPlanning/settings.py 24 additions, 0 deletionsAKPlanning/settings.py
- AKSubmission/templates/AKSubmission/submission_overview.html 0 additions, 5 deletionsAKSubmission/templates/AKSubmission/submission_overview.html
- AKSubmission/templates/AKSubmission/submit_new.html 0 additions, 3 deletionsAKSubmission/templates/AKSubmission/submit_new.html
- requirements.txt 2 additions, 0 deletionsrequirements.txt
- templates/base.html 19 additions, 6 deletionstemplates/base.html
... | ... | @@ -11,5 +11,7 @@ django-debug-toolbar==3.8.1 |
django-bootstrap-datepicker-plus==5.0.2 | ||
django-tex==1.1.10 | ||
django-csp==3.7 | ||
django-compressor==4.1 | ||
django-libsass==0.9 | ||
mysqlclient==2.1.1 # for production deployment | ||
tzdata==2022.7 |
Please register or sign in to comment