Skip to content

Commit

Permalink
Release v1.0.5 - Codebase UPD, CI,CD via Render
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Jan 9, 2023
1 parent cc51984 commit 34efa1d
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 10 deletions.
45 changes: 43 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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`

<br />

Expand Down Expand Up @@ -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)

<br />

> [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)

<br />

> [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)

<br />

---
[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/)**
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 34efa1d

Please sign in to comment.