Skip to content

Commit

Permalink
Release v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Oct 24, 2023
1 parent 1867679 commit 2664949
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 17 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.13] 2023-10-24
### Changes

- Update Dependencies
- Update README

## [1.0.12] 2023-02-27
### Changes

Expand Down
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<br />
---

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

<br />

![Django Admin Black - Template project for Django provided by AppSeed.](https://user-images.githubusercontent.com/51070104/196730732-dda1794b-93ce-48cb-bc5c-182411495512.png)

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

0 comments on commit 2664949

Please sign in to comment.