Skip to content
Snippets Groups Projects
  • Benjamin Hättasch's avatar
    75e723b6
    Introduce static file compression · 75e723b6
    Benjamin Hättasch authored
    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
    75e723b6
    History
    Introduce static file compression
    Benjamin Hättasch authored
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using pip. Learn more
requirements.txt 586 B
Django==4.1.5
django-bootstrap5==22.2
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==5.0
djangorestframework==3.14.0
django-simple-history==3.2.0
django-registration-redux==2.11
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