diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a833160..81fb5f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.11] 2023-10-24 +### Changes + +- Update Dependencies +- Update README + ## [1.0.10] 2023-02-09 ### Changes diff --git a/README.md b/README.md index ab5a6893..bc1c3b89 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,24 @@ The product is designed to deliver the best possible user experience with highly - 👉 [Django AdminLTE](https://appseed.us/product/adminlte/django/) - `Product page` - 👉 [Django AdminLTE](https://adminlte-django.appseed-srv1.com/) - `LIVE Demo` -- ✅ [Django AdminLTE](https://www.youtube.com/watch?v=efLwn5dC7Qo) - `Video Presentation` -
- -> Features: - -- ✅ `Up-to-date Dependencies` -- ✅ Theme: [Django AdminLTE](https://github.com/app-generator/django-admin-adminlte) `v3.2.0` -- ✅ **Authentication**: `Django.contrib.AUTH`, Registration -- 🚀 `Deployment` - - `CI/CD` flow via `Render` +--- -
+## Features + +> `Have questions?` Contact **[Support](https://appseed.us/support/)** (Email & Discord) provided by **AppSeed** + +| Free Version | [PRO Version](https://appseed.us/product/material-dashboard2-pro/django/) | 🚀 Custom - $1999 (plus VAT) | +| --------------------------------------| --------------------------------------| --------------------------------------| +| ✓ **Django 4.1.12** | **Everything in Free**, plus: | **Everything in PRO**, plus: | +| ✓ Best Practices | ✅ **Premium Bootstrap 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://adminlte-django.appseed-srv1.com/) | 🚀 [LIVE Demo](https://django-material-dash2-pro.onrender.com/) | 🛒 `Order`: **[$1999](https://appseed.gumroad.com/l/rocket-package)** (GUMROAD) | ![AdminLTE - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168842202-9b80a957-a375-4e6d-8247-2cc459267a86.png) diff --git a/requirements.txt b/requirements.txt index f6d8c215..4d026b88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,13 @@ -django -gunicorn -python-dotenv -whitenoise +# Core +django==4.1.12 +python-dotenv==1.0.0 + +# UI django-admin-adminlte==1.0.5 +# Deployment +whitenoise==6.5.0 +gunicorn==21.2.0 + # psycopg2-binary # mysqlclient