Skip to content

Commit 9091bfe

Browse files
committed
v1.0.20 - Update RM (minor)
1 parent 7541054 commit 9091bfe

File tree

3 files changed

+40
-27
lines changed

3 files changed

+40
-27
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## [1.0.20] 2025-04-19
4+
### Changes
5+
6+
- Update RM (minor)
7+
38
## [1.0.19] 2025-04-12
49
### Changes
510

README.md

+34-26
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Modern template for **Django** built with **[Black Dashboard](https://app-genera
88

99
<br />
1010

11-
## **Features**
11+
## Features
1212

1313
- [Black Dashboard](https://app-generator.dev/product/black-dashboard/) Design Integration
1414
- **Sections Covered**:
@@ -19,50 +19,58 @@ Modern template for **Django** built with **[Black Dashboard](https://app-genera
1919

2020
<br />
2121

22-
## Pre-built Starters
22+
## [Black Dashboard](https://app-generator.dev/product/black-dashboard/) Starters
2323

24-
### [Django Black Dashboard](https://app-generator.dev/product/black-dashboard/django/) `FREE`
24+
Pre-built starters for coding dashboards and services (APIs, DataTables) with speed.
25+
26+
### [Django Black Dashboard](https://app-generator.dev/product/black-dashboard/django/)
2527

2628
> The FREE Version (MIT License) - [Live Demo](https://django-black-dashboard.onrender.com).
2729
28-
- Simple, Easy-to-Extend Codebase
29-
- [Black Dashboard](https://app-generator.dev/product/black-dashboard/) Design Integration
30-
- Dynamic Tables
31-
- Dynamic API
30+
- Simple, Easy-to-Extend codebase
31+
- [Black Dashboard](https://app-generator.dev/product/black-dashboard/)
32+
- [Bootstrap](https://app-generator.dev/docs/templates/bootstrap.html) CSS Styling
33+
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
34+
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
3235
- Charts
33-
- **CLI for Coding Tasks**
34-
- `Commit/rollback Git Changes`
35-
- `Backup & restore DB`
36-
- `Interact with Django Core` via CLI
37-
- `Update Environment variables`
38-
- `Update Dependencies`
39-
- Bootstrap 5 Styling
36+
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
37+
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
38+
- `Backup & restore DB`
39+
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
40+
- `Manage Environment`
41+
- `Manage Dependencies`
4042
- Session-based Authentication, Password recovery
4143
- DB Persistence: SQLite (default), can be used with MySql, PgSql
4244
- Docker, CI/CD for Render
43-
- Vite for assets management
45+
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
4446

4547
![Django Black Dashboard - Open-Source Django Starter ](https://user-images.githubusercontent.com/51070104/196730732-dda1794b-93ce-48cb-bc5c-182411495512.png)
4648

4749
<br />
4850

49-
### [Django Black Dashboard](https://app-generator.dev/product/black-dashboard-pro/django/) `PRO`
51+
### [Django Black Dashboard PRO](https://app-generator.dev/product/black-dashboard-pro/django/)
5052

5153
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-black-pro.onrender.com/).
5254
5355
- Simple, Easy-to-Extend Codebase
54-
- [Black Dashboard](https://app-generator.dev/product/black-dashboard/) PRO Design Integration
56+
- [Black Dashboard](https://app-generator.dev/product/black-dashboard/) PRO Design Integration
57+
- Bootstrap Styling
58+
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
59+
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
60+
- Charts
5561
- Session-based Authentication, Password recovery
5662
- OAuth (GitHub & Google)
5763
- DB Persistence: SQLite (default), can be used with MySql, PgSql
58-
- Apps
59-
- Charts
60-
- Server-Side Datatables
61-
- API via DRF
62-
- Extended Users Profile
63-
- Async Tasks (Celery)
64-
- Docker
65-
- CI/CD integration for Render
64+
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
65+
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
66+
- `Backup & restore DB`
67+
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
68+
- `Manage Environment`
69+
- `Manage Dependencies`
70+
- Session-based Authentication, Password recovery
71+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
72+
- Docker, CI/CD for Render
73+
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
6674

6775
![Django Black PRO - Premium Django starter built with Black Dashboard design from Creative-Tim](https://github.com/user-attachments/assets/63c1ea5b-6c8b-4e67-8e07-156c3e06895f)
6876

@@ -89,4 +97,4 @@ Modern template for **Django** built with **[Black Dashboard](https://app-genera
8997
<br />
9098

9199
---
92-
**[Black Dashboard](https://app-generator.dev/product/black-dashboard/)** Django Integration - Library provided by **[App-Generator](https://app-generator.dev)**
100+
**[Black Dashboard](https://app-generator.dev/product/black-dashboard/)** Django Integration - Library provided by **[App-Generator](https://app-generator.dev)**.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-admin-black',
11-
version='1.0.19',
11+
version='1.0.20',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)