From 266494976c906a2b6d5d7365434578c331575325 Mon Sep 17 00:00:00 2001 From: App Generator <51070104+app-generator@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:08:46 +0300 Subject: [PATCH] Release v1.0.13 --- CHANGELOG.md | 6 ++++++ README.md | 28 +++++++++++++++------------- requirements.txt | 14 ++++++++++---- 3 files changed, 31 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aae9069..5026e856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.13] 2023-10-24 +### Changes + +- Update Dependencies +- Update README + ## [1.0.12] 2023-02-27 ### Changes diff --git a/README.md b/README.md index dd20f787..8080ea3f 100644 --- a/README.md +++ b/README.md @@ -5,23 +5,25 @@ The product is designed to deliver the best possible user experience with highly - 👉 [Django Black Dashboard](https://appseed.us/product/black-dashboard/django/) - `Product page` - 👉 [Django Black Dashboard](https://django-black-dashboard.appseed-srv1.com/) - `LIVE Demo` -- 🛒 **[Django Black PRO](https://appseed.us/product/black-dashboard-pro/django/)** - `Premium Version` (more pages, components, and priority on support) -
+--- -## Features: +## Features -- ✅ `Up-to-date Dependencies` -- ✅ `Design`: [Django Theme Black](https://github.com/app-generator/django-admin-black) - `Free Version` -- ✅ `Sections` covered by the design: - - ✅ **Admin section** (reserved for superusers) - - ✅ **Authentication**: `Django.contrib.AUTH`, Registration - - ✅ **All Pages** available in for ordinary users -- ✅ `Docker` -- 🚀 `Deployment` - - `CI/CD` flow via `Render` +> `Have questions?` Contact **[Support](https://appseed.us/support/)** (Email & Discord) provided by **AppSeed** + +| Free Version | [PRO Version](https://appseed.us/product/datta-able-pro/django/) | 🚀 Custom - $1999 (plus VAT) | +| --------------------------------------| --------------------------------------| --------------------------------------| +| ✓ **Django 4.1.12** | **Everything in Free**, plus: | **Everything in PRO**, plus: | +| ✓ Best Practices | ✅ **Premium Bootstrap 5 Design** | ✅ **1mo Custom Development** | +| ✓ Bootstrap Design | ✅ `Private REPO Access` | ✅ **Dedicated Developer** | +| ✓ `Docker` | ✅ **PRO Support** - [Email & Discord](https://appseed.us/support/) | ✅ Weekly Sprints | +| ✓ `CI/CD` Flow via Render | ✅ Deployment Assistance | ✅ Technical SPECS | +| ✓ `Free Support | - | ✅ Documentation | +| - | - | ✅ **30 days Delivery Warranty** | +| ------------------------------------ | ------------------------------------ | ------------------------------------| +| ✓ [LIVE Demo](https://django-black-dashboard.appseed-srv1.com/) | 🚀 [LIVE Demo](https://django-black-dashboard-pro.appseed-srv1.com/) | 🛒 `Order`: **[$1999](https://appseed.gumroad.com/l/rocket-package)** (GUMROAD) | -
![Django Admin Black - Template project for Django provided by AppSeed.](https://user-images.githubusercontent.com/51070104/196730732-dda1794b-93ce-48cb-bc5c-182411495512.png) diff --git a/requirements.txt b/requirements.txt index 69b311bd..6fc3788d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,14 @@ -django -gunicorn -python-dotenv -whitenoise +# Core +django==4.1.12 +python-dotenv==1.0.0 + +# UI django-admin-black==1.0.8 +# Deployment +whitenoise==6.5.0 +gunicorn==21.2.0 + +# DB Layer # psycopg2-binary # mysqlclient