Skip to content

Releases: app-generator/django-soft-ui-dashboard

v1.0.19

21 Oct 09:00
Compare
Choose a tag to compare

Changes

  • Update Dependencies
  • Update README

v1.0.18

06 Apr 05:46
Compare
Choose a tag to compare

Changes

v1.0.17

04 Apr 06:43
Compare
Choose a tag to compare

Changes

  • Added Local Templates and Static
  • Added Gulp Tooling
  • DOCS Update (readme)

v1.0.16

28 Feb 07:47
Compare
Choose a tag to compare

Changes

v1.0.15

29 Jan 11:09
Compare
Choose a tag to compare

Changes

v1.0.14

29 Jan 06:06
Compare
Choose a tag to compare

Changes

  • Bump Design: Django Admin Soft v1.0.8
  • DOCS Update (readme). New sections:
    • How to customize the theme
    • Render deployment
  • Configure the project to use home/templates
  • Added custom_footer sample

v1.0.13

09 Jan 10:35
Compare
Choose a tag to compare

Changes

  • Move to theme-based pattern
  • 🚀 Deployment
    • CI/CD flow via Render

v1.0.12

18 Sep 09:19
Compare
Choose a tag to compare

New Feature

  • Dynamic DataTables:
    • Server-Side Pagination, Search, Export

v1.0.11

17 Sep 13:12
Compare
Choose a tag to compare

Improvements

  • API Generator
    • the code is generated on top of DRF
    • Mutating requests secured by JWT

v1.0.10

17 Sep 05:19
Compare
Choose a tag to compare

Improvements

  • Added Github OAuth via AllAuth. requires in .env:
    • GITHUB_ID=<YOUR_GITHUB_ID>
    • GITHUB_SECRET=<YOUR_GITHUB_SECRET>