Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

44 lines (34 loc) · 1.61 KB

Change Log

[1.0.3] 2023-02-13

Changes

DOCS Update (video materials)

[1.0.2] 2023-02-13

Changes

  • Updated Codebase
  • Latest Django Version
  • Theme-able UI (no more hardcoded inside the project)
  • Integrate Django Theme Argon - PRO BS4 Version
    • Usable via PIP
  • CI/CD included via Render

[1.0.1] 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.0] 2021-04-13

Initial Release