Skip to content

Latest commit

 

History

History
132 lines (100 loc) · 4.23 KB

CHANGELOG.md

File metadata and controls

132 lines (100 loc) · 4.23 KB

Change Log

[1.0.14] 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.13] 2024-11-29

Changes

Update RM Links

[1.0.12] 2024-05-18

Changes

[1.0.11] 2024-03-05

Changes

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

[1.0.10] 2023-10-24

Changes

  • Update Dependencies
  • Update README

[1.0.9] 2023-02-09

Changes

  • Bump UI: Django Theme Pixel v1.0.3
  • 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.8] 2023-01-10

Changes

[1.0.7] 2022-05-30

Improvements

[1.0.6] 2022-01-17

Improvements

[1.0.5] 2021-12-08

Improvements

  • Bump Django Codebase to v1.0.7

[1.0.4] 2021-09-07

Improvements & Fixes

  • Bump Django Codebase to v1.0.5
    • Dependencies update (all packages)
    • Use Django==3.2.6 (latest stable version)
    • Better Code formatting
    • Improved Files organization
    • Optimize imports
    • Docker Scripts Update
  • Fixes:
    • Patch 500 Error when authenticated users access admin path (no slash at the end)
    • Patch #16: Minor issue in Docker

[1.0.3] 2021-07-18

Tooling

  • Added scripts to recompile the SCSS files
    • core/static/assets/ - gulpfile.js
    • core/static/assets/ - package.json
  • Update README - Recompile SCSS (new section)

[1.0.2] 2021-05-21

Improvements

[1.0.1] 2021-01-12

Improvements

[1.0.0] 2020-09-20

Initial Release