Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 1.07 KB

Change Log

[1.0.2] 2021-09-20

Improvements

  • Bump Django Codebase to v2.0.4
  • Dependencies update (all packages)
    • Use Django==3.2.6 (latest stable version)
  • Better Code formatting
  • Improved Files organization
  • Optimize imports
  • Docker Scripts Update
  • Tooling:
    • Gulp SASS compilation script
    • Update README - Recompile SCSS (new section)
  • Fixes:
    • Patch 500 Error when authenticated users access admin path (no slash at the end)
    • Patch #16: Minor issue in Docker

[1.0.1] 2021-02-10

Improvements

2017-06-20 - Bug Fix

Left menu selection based on the current page. Modified files:

  • app\views.py
  • core\templates\includes\sidebar-rtl.html

[1.0.0] 2020-07-30

Initial Release