Skip to content

Commit 108a968

Browse files
committed
Release v1.0.9
1 parent 2f12eb0 commit 108a968

File tree

3 files changed

+31
-16
lines changed

3 files changed

+31
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.0.9] 2023-10-24
4+
### Changes
5+
6+
- Update Dependencies
7+
- Update README
8+
39
## [1.0.8] 2023-01-31
410
### Changes
511

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,24 @@ The product is designed to deliver the best possible user experience with highly
55

66
- 👉 [Django Argon Dashboard](https://appseed.us/product/argon-dashboard/django/) - `Product page`
77
- 👉 [Django Argon Dashboard](https://django-argon-dash2.onrender.com) - `LIVE Demo`
8-
- 🛒 **[Django Argon Dashboard2 PRO](https://appseed.us/product/argon-dashboard2-pro/django/)** - `Premium Version`
98

10-
<br />
11-
12-
> Features:
13-
14-
-`Up-to-date Dependencies`
15-
- ✅ Theme: [Django Admin Argon](https://github.com/app-generator/django-admin-argon-dashboard), **designed by [Creative-Tim](https://www.creative-tim.com/product/argon-dashboard?AFFILIATE=128200)**
16-
- `can be used in any Django project` (new or legacy)
17-
-**Authentication**: `Django.contrib.AUTH`, Registration
18-
- 🚀 `Deployment`
19-
- `CI/CD` flow via `Render`
9+
---
2010

21-
<br />
11+
## Features
12+
13+
> `Have questions?` Contact **[Support](https://appseed.us/support/)** (Email & Discord) provided by **AppSeed**
14+
15+
| Free Version | [PRO Version](https://appseed.us/product/argon-dashboard2-pro/django/) | 🚀 Custom - $1999 (plus VAT) |
16+
| --------------------------------------| --------------------------------------| --------------------------------------|
17+
|**Django 4.1.12** | **Everything in Free**, plus: | **Everything in PRO**, plus: |
18+
| ✓ Best Practices |**Premium Bootstrap Design** |**1mo Custom Development** |
19+
| ✓ Bootstrap Design |`Private REPO Access` |**Dedicated Developer** |
20+
|`Docker` |**PRO Support** - [Email & Discord](https://appseed.us/support/) | ✅ Weekly Sprints |
21+
|`CI/CD` Flow via Render | ✅ Deployment Assistance | ✅ Technical SPECS |
22+
| ✓ `Free Support | - | ✅ Documentation |
23+
| - | - |**30 days Delivery Warranty** |
24+
| ------------------------------------ | ------------------------------------ | ------------------------------------|
25+
|[LIVE Demo](https://django-argon-dash2.onrender.com/) | 🚀 [LIVE Demo](https://django-argon-dash2-pro.onrender.com/) | 🛒 `Order`: **[$1999](https://appseed.gumroad.com/l/rocket-package)** (GUMROAD) |
2226

2327
![Argon Dashboard 2 - Free Starter.](https://user-images.githubusercontent.com/51070104/215804889-94eba681-8262-41a3-8e57-7d5b12dcc209.png)
2428

requirements.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
django
2-
gunicorn
3-
python-dotenv
4-
whitenoise
1+
# Core
2+
django==4.1.12
3+
python-dotenv==1.0.0
4+
5+
# UI
56
django-admin-argon-dashboard==1.0.16
67

8+
# Deployment
9+
whitenoise==6.5.0
10+
gunicorn==21.2.0
11+
712
# psycopg2-binary
813
# mysqlclient

0 commit comments

Comments
 (0)