Skip to content

Commit 66288f5

Browse files
committed
v1.0.27 - Update RM (links & features)
1 parent de29107 commit 66288f5

File tree

3 files changed

+55
-30
lines changed

3 files changed

+55
-30
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ env
1616
#.env
1717
node_modules
1818
yarn.lock
19+
README__00.md

CHANGELOG.md

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

3+
## [1.0.27] 2025-05-15
4+
### Changes
5+
6+
- Update RM
7+
- Features List
8+
- PRO Section
9+
310
## [1.0.26] 2025-04-18
411
### Changes
512

README.md

Lines changed: 47 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,46 @@
44

55
- 👉 [Django Black Dashboard](https://app-generator.dev/product/black-dashboard/django/) - `Product Page`
66
- 👉 [Django Black Dashboard](https://django-black-dashboard.onrender.com/) - `LIVE Demo`
7-
- 👉 [Django Black Dashboard](https://app-generator.dev/docs/products/django/black-dashboard/index.html) - `Complete Information` and Support Links
8-
- [Getting Started with Django](https://app-generator.dev/docs/technologies/django/index.html) - a `comprehensive tutorial`
9-
- `Configuration`: Install Tailwind/Flowbite, Prepare Environment, Setting up the Database
10-
- `Start with Docker`
11-
- `Manual Build`
12-
- `Start the project`
13-
- `Deploy on Render`
7+
- 👉 [Django Black Dashboard](https://app-generator.dev/docs/products/django/black-dashboard/index.html) - `Documentation` (learn how to use the product)
148

159
<br />
1610

1711
## Features
1812

1913
- Simple, Easy-to-Extend codebase
20-
- [Black Dashboard](https://app-generator.dev/product/black-dashboard/)
14+
- [Black Dashboard](https://app-generator.dev/product/black-dashboard/) Design Integration
2115
- [Bootstrap](https://app-generator.dev/docs/templates/bootstrap.html) CSS Styling
22-
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
23-
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
24-
- Charts
16+
- Session-based Authentication, Password recovery
17+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
18+
- Apps:
19+
- [DEMO](https://django-black-dashboard.onrender.com/dynamic-dt/product/) **Dynamic DataTables** - generate server-side datatables without coding
20+
- [DEMO](https://django-black-dashboard.onrender.com/api/product/) **Dynamic APIs** - Expose secure APIs without coding
21+
- [DEMO](https://django-black-dashboard.onrender.com/charts/) **Charts** - powered by ApexCharts
2522
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
26-
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
23+
- `Commit/rollback Git Changes`
2724
- `Backup & restore DB`
28-
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
25+
- `Interact with Django Core`
2926
- `Manage Environment`
30-
- `Manage Dependencies`
31-
- Session-based Authentication, Password recovery
32-
- DB Persistence: SQLite (default), can be used with MySql, PgSql
33-
- Docker, CI/CD for Render
27+
- `Manage Dependencies`
28+
- [Deployment](https://app-generator.dev/docs/deployment.html)
29+
- Docker/Docker Compose Scripts
30+
- CI/CD for [Render](https://app-generator.dev/docs/deployment/render/index.html)
3431
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
3532

33+
<br />
34+
35+
## [Documentation](https://app-generator.dev/docs/products/django/black-dashboard/index.html)
36+
37+
- Understand the codebase structure
38+
- Prepare the environment
39+
- Setting Up the Database
40+
- Start the Project
41+
- Switch from SQLite to MySql or PgSql
42+
- Add a new model and migrate database
43+
- Enable `Dynamic Tables` for a new model
44+
- Enable `Dynamic API` for a new model
45+
- Deploy on Render
46+
3647
![Django Black Dashboard - Open-Source Django Starter ](https://user-images.githubusercontent.com/51070104/196730732-dda1794b-93ce-48cb-bc5c-182411495512.png)
3748

3849
<br />
@@ -50,23 +61,29 @@
5061
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-black-pro.onrender.com).
5162
5263
- Simple, Easy-to-Extend Codebase
53-
- [Black Dashboard](https://app-generator.dev/product/black-dashboard/) PRO Design Integration
64+
- [Black Dashboard](https://app-generator.dev/product/black-dashboard/) Design Integration
5465
- Bootstrap Styling
55-
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
56-
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
57-
- Charts
58-
- Session-based Authentication, Password recovery
59-
- OAuth (GitHub & Google)
6066
- DB Persistence: SQLite (default), can be used with MySql, PgSql
67+
- Extended Users Profiles
68+
- Authentication
69+
- Session-based
70+
- OAuth GitHub, Google
71+
- Apps:
72+
- [DEMO](https://django-black-pro.onrender.com/dynamic-dt/product/) **Dynamic DataTables** - generate server-side datatables without coding
73+
- [DEMO](https://django-black-pro.onrender.com/api/product/) **Dynamic APIs** - Expose secure APIs without coding
74+
- [DEMO](https://django-black-pro.onrender.com/chart/) **Charts** - powered by ApexCharts
75+
- **React Integration**
76+
- **Media Files Manager** - empower users to manage and preview files with ease
77+
- **Celery** (async tasks)
6178
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
62-
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
79+
- `Commit/rollback Git Changes`
6380
- `Backup & restore DB`
64-
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
81+
- `Interact with Django Core`
6582
- `Manage Environment`
66-
- `Manage Dependencies`
67-
- Session-based Authentication, Password recovery
68-
- DB Persistence: SQLite (default), can be used with MySql, PgSql
69-
- Docker, CI/CD for Render
83+
- `Manage Dependencies`
84+
- [Deployment](https://app-generator.dev/docs/deployment.html)
85+
- Docker/Docker Compose Scripts
86+
- CI/CD for [Render](https://app-generator.dev/docs/deployment/render/index.html)
7087
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
7188

7289
![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)
@@ -94,4 +111,4 @@
94111
<br />
95112

96113
---
97-
[Django Black Dashboard](https://app-generator.dev/product/black-dashboard/django/) - Open-Source **Django** Starter provided by [App Generator](https://app-generator.dev)
114+
[Django Black Dashboard](https://app-generator.dev/product/black-dashboard/django/) - Open-Source **Django** Starter provided by [App Generator](https://app-generator.dev).

0 commit comments

Comments
 (0)