Skip to content
Snippets Groups Projects
  1. Nov 05, 2023
  2. Oct 31, 2023
    • Benjamin Hättasch's avatar
      Build docs using Sphinx & deliver under /docs/ · 94bde9bf
      Benjamin Hättasch authored
      Add requirements to automatically build the documentation using sphinx
      Add basic configuration for documentation
      Add django-docs app to deliver documentation as part of the app under /docs/
      Add generating/updating of the docs to the setup and update scripts
      94bde9bf
  3. Jan 04, 2023
    • Benjamin Hättasch's avatar
      Use sass compiling for bootstrap · 00606192
      Benjamin Hättasch authored
      Remove static version of bootstrap css
      Add bootstrap sources
      Add bootswatch sources and variable file
      Improve the way admin css is handled
      This finishes #162
      00606192
    • Benjamin Hättasch's avatar
      Remove obsolete setting · c189d4e2
      Benjamin Hättasch authored
      Starting with version 4, USE_L10N is True by default, with v5 the setting will be completely removed
      c189d4e2
    • Benjamin Hättasch's avatar
      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
  4. Jan 03, 2023
    • Benjamin Hättasch's avatar
      Upgrade to fontawesome 6 · 2455da83
      Benjamin Hättasch authored
      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
      2455da83
  5. Jan 02, 2023
    • Benjamin Hättasch's avatar
      Upgrade to (django) bootstrap 5 · 347a93f4
      Benjamin Hättasch authored
      Bump django-bootstrap to version 5
      Exchange bootstrap files (js & css)
      Adapt settings
      Migrate to new version/resolve breaking changes
      Move layout adaptions previously included in bootstrap.css into custom.css
      347a93f4
  6. Oct 23, 2022
  7. May 25, 2022
  8. May 11, 2021
  9. May 10, 2021
  10. May 08, 2021
  11. Apr 30, 2021
  12. Jan 16, 2021
  13. Nov 03, 2020
  14. May 18, 2020
  15. May 17, 2020
    • Benjamin Hättasch's avatar
      Introduce custom admin · aca81a1f
      Benjamin Hättasch authored
      This is the base for custom admin views (with admin design and permission checking)
      Replace default admin site with custom admin site in AKModel
      Use custom admin index template & apply first basic change
      Introduce custom admin base template (including bootstrap loading)
      Introduce Mixin for AdminViews
      aca81a1f
  16. May 14, 2020
  17. May 12, 2020
  18. May 11, 2020
    • Nadja Geisler's avatar
      introduce REST API · a93d0d59
      Nadja Geisler authored and Benjamin Hättasch's avatar Benjamin Hättasch committed
      add djangorestframework
      add serializers for select models
      create api urls
      extend EventSlugMixin to work for list and create methods
      create list and retrieve viewsets for select models
      include AKModel URLS into main app
      a93d0d59
  19. May 10, 2020
  20. May 09, 2020
  21. May 03, 2020
  22. Mar 03, 2020
  23. Mar 02, 2020
  24. Mar 01, 2020
    • Benjamin Hättasch's avatar
      Improve Model · 4471a4a0
      Benjamin Hättasch authored
      Add dependency django-timezone-field
      Add timezone field to Event
      Introduce i18n for default_slot field
      Add new and missing translations
      Add title property to Room (for better access of combined building + name form)
      4471a4a0
  25. Jan 12, 2020
  26. Jan 09, 2020
  27. Oct 29, 2019
  28. Oct 21, 2019
  29. Oct 20, 2019
  30. Oct 17, 2019
  31. Oct 16, 2019
  32. Oct 14, 2019
Loading