From 34efa1df2b6df0f1409d482be0ba4c479edabc37 Mon Sep 17 00:00:00 2001
From: App Generator <51070104+app-generator@users.noreply.github.com>
Date: Mon, 9 Jan 2023 08:47:37 +0200
Subject: [PATCH] Release v1.0.5 - Codebase UPD, CI,CD via Render
---
CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++--
README.md | 22 ++++++++++++++++++----
render.yaml | 2 +-
requirements.txt | 4 +---
4 files changed, 63 insertions(+), 10 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9367cc..662ca21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,49 @@
# Change Log
-## [1.0.0] 2023-XX-YY
+## [1.0.5] 2023-01-01
### Changes
-- Stable Version
+- Codebase Update: `theme-able pattern`
+ - Desing is now installed as a package
- Integrate [Django Soft PRO](https://github.com/app-generator/django-admin-soft-pro)
- CI/CD included via `Render`
+
+## [1.0.4] 2022-06-28
+### Improvements
+
+- Bump UI to `Soft UI Dashboard PRO v1.0.8`
+- Improved `Docker`
+- Improved Codebase
+
+## [1.0.3] 2021-12-14
+### Improvements
+
+- Bump UI: Soft UI Dashboard PRO v1.0.5
+
+## [1.0.2] 2021-09-20
+### Improvements
+
+- Bump Django Codebase to [v2.0.4](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
+- Codebase update
+ - `assets` & `templates` moved to `apps` folder
+ - `apps/base` renamed to `apps/home`
+
+## [1.0.1] 2021-09-08
+### Improvements & Fixes
+
+- Bump Django Codebase to [v2.0.2](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
+ - 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](https://github.com/app-generator/boilerplate-code-django-dashboard/issues/16): Minor issue in Docker
+
+## [1.0.0] 2021-06-25
+### Initial release
+
+- UI: Soft UI Dashboard PRO v1.0.1
+- [Django Codebase](https://github.com/app-generator/boilerplate-code-django-dashboard): v1.0.4
diff --git a/README.md b/README.md
index a42946c..3a028bb 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# [Soft Dashboard PRO Django](https://appseed.us/product/soft-ui-dashboard-pro/django/)
-**Django** starter styled with **[Soft Design PRO](https://appseed.us/product/soft-ui-dashboard-pro/django/)**, a premium `Bootstrap 5` KIT from [Creative-Tim](https://bit.ly/3fKQZaL)
+**Django** starter styled with **[Soft Dashboard PRO](https://appseed.us/product/soft-ui-dashboard-pro/django/)**, a premium `Bootstrap 5` KIT from [Creative-Tim](https://bit.ly/3fKQZaL)
The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.
> **NOTE**: This product `requires a License` in order to access the theme. During the purchase, a `GitHub Access TOKEN` is provided.
@@ -19,7 +19,9 @@ The product is designed to deliver the best possible user experience with highly
- ✅ **Admin section** (reserved for superusers)
- ✅ **Authentication**: `Django.contrib.AUTH`, Registration
- ✅ **All Pages** available in for ordinary users
-- ✅ `Deployment-Ready` for Render
+- ✅ `Docker`
+- 🚀 `Deployment`
+ - `CI/CD` flow via `Render`
@@ -101,9 +103,21 @@ At this point, the app runs at `http://127.0.0.1:8000/`.
## Screenshots
-@ToDo
+![Django Admin Soft PRO - Main dashboard page, dark-mode ready.](https://user-images.githubusercontent.com/51070104/211251678-0ff9390a-2035-4cb3-b07d-62fa23f908d3.jpg)
+
+
+
+> [Django Admin Soft PRO](https://appseed.us/product/soft-ui-dashboard-pro/django/) - `Automotive Page`
+
+![Django Admin Soft PRO - Automotive page, premium starter by AppSeed & Creative-Tim.](https://user-images.githubusercontent.com/51070104/211251777-1ea7e1d4-b451-48c5-ad3a-164c58b1700c.jpg)
+
+
+
+> [Django Admin Soft PRO](https://appseed.us/product/soft-ui-dashboard-pro/django/) - `Calendar Page`
+
+![Django Admin Soft PRO - Calendar page, premium starter by AppSeed & Creative-Tim](https://user-images.githubusercontent.com/51070104/211251881-748489f7-a6e8-487f-9bd5-c721cc678c88.jpg)
---
-[Soft Dashboard PRO Django](https://appseed.us/product/soft-ui-dashboard-pro/django/) - **Django** starter provided by **[AppSeed](https://appseed.us/)**
+**[Django Admin Soft PRO](https://appseed.us/product/soft-ui-dashboard-pro/django/)** - Modern Admin Interface provided by **[AppSeed](https://appseed.us/)**
diff --git a/render.yaml b/render.yaml
index 7ee0ae5..0ad0cd5 100644
--- a/render.yaml
+++ b/render.yaml
@@ -1,6 +1,6 @@
services:
- type: web
- name: django-soft-dashboard-pro
+ name: django-soft-dash-pro
plan: starter
env: python
region: frankfurt # region should be same as your database region.
diff --git a/requirements.txt b/requirements.txt
index 4b6fa78..fcec849 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,9 +2,7 @@ django
gunicorn
python-dotenv
whitenoise
-
-#git+https://${GITHUB_TOKEN}@github.com/app-generator/priv-django-admin-soft-pro
-git+https://github.com/app-generator/priv-django-admin-soft-pro
+git+https://${GITHUB_TOKEN}@github.com/app-generator/priv-django-admin-soft-pro
# psycopg2-binary
# mysqlclient