Skip to content

Commit

Permalink
Release v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Oct 24, 2023
1 parent cb0aaa9 commit f638867
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.0.11] 2023-10-24
### Changes

- Update Dependencies
- Update README

## [1.0.10] 2023-02-09
### Changes

Expand Down
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

<br />

> 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`
---

<br />
## 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)

Expand Down
13 changes: 9 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f638867

Please sign in to comment.