Skip to content

Latest commit

 

History

History
124 lines (96 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

124 lines (96 loc) · 3.74 KB

Change Log

[1.0.12] 2024-12-16

Changes

  • Preselect the design in the Generator:
  • (Optional) Design Database: edit models and fields
  • (Optional) Edit the fields for the extended user model
  • (Optional) Enable OAuth for GitHub
  • (Optional) Add Celery (async tasks)
  • (Optional) Enable Dynamic API Module
  • Docker Scripts
  • Render CI/Cd Scripts

The generated Django project is available as a ZIP Archive and also uploaded to GitHub.

[1.0.11] 2024-12-06

Changes

  • Bump UI Version

[1.0.10] 2024-11-29

Changes

Update RM Links

[1.0.9] 2024-05-18

Changes

[1.0.8] 2024-03-05

Changes

  • Deprecate distutils
    • use str2bool
  • Update Deps
    • requirements.txt
  • Update Custom Development Section
    • New Pricing: $3,999

[1.0.7] 2023-02-08

Changes

  • Bump UI: Django Theme Material Kit v1.0.18
  • DOCS Update (readme). New sections:
    • How to customize the theme
    • Render deployment
  • Configure the project to use home/templates
  • Added custom-index sample
  • Fix Docker Execution
    • Update Settings: ALLOWED_HOSTS, CSRF_TRUSTED_ORIGINS sections

[1.0.6] 2023-01-11

Changes

[1.0.5] 2023-01-11

Changes

[1.0.4] 2022-05-30

Improvements

[1.0.3] 2022-05-25

Improvements

  • Built with Material Kit Generator
    • Timestamp: 2022-05-25 22:04
  • Codebase refactoring
  • Added CDN Support
    • via .env ASSETS_ROOT

[1.0.2] 2021-01-19

Improvements

  • Migrate all UI kit pages to Jinja

[1.0.1] 2022-01-17

Improvements

[1.0.0] 2021-10-30

Initial Release

  • Bump UI: Material Kit v3.0.0
    • Update Bootstrap to v5.1.1
    • Update to Material Design 2
  • Codebase: Django Boilerplate v1.0.6
    • Dependencies update (all packages)
      • Django==3.2.6 (latest stable version)
    • Codebase:
      • Better Code formatting
      • Improved Files organization
      • Optimize imports
      • Docker Scripts Update
  • Tooling: Added Gulp SCSS compilation scripts