Skip to content

Commit 0dfc5dc

Browse files
committed
v1.0.15 - Mention Django App Generator
1 parent d92280c commit 0dfc5dc

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.15] 2024-12-16
4+
### Changes
5+
6+
- Mention [Django App Generator - Black Design](https://app-generator.dev/tools/django-generator/black/)
7+
38
## [1.0.14] 2024-11-13
49
### Changes (minor)
510

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,43 @@ Modern template for **[Django Admin](https://app-generator.dev/docs/products/dja
1919

2020
<br />
2121

22+
### Build a Starter with [Django App Generator - Black Design](https://app-generator.dev/tools/django-generator/black/)
23+
24+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
25+
- Select **Black Dashboard** as the preferred design
26+
- (Optional) Design Database: edit models and fields
27+
- (Optional) Edit the fields for the extended user model
28+
- (Optional) Enable OAuth for GitHub
29+
- (Optional) Add Celery (async tasks)
30+
- (Optional) Enable Dynamic API Module
31+
- Docker Scripts
32+
- Render CI/Cd Scripts
33+
34+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
35+
36+
<br />
37+
2238
![Django Black Dashboard - Modern template for Django Admin Section crafted on top of a modern Bootstrap Design.](https://user-images.githubusercontent.com/51070104/196730732-dda1794b-93ce-48cb-bc5c-182411495512.png)
2339

2440
<br />
2541

42+
## [Black Dashboard PRO Version](https://app-generator.dev/product/black-dashboard-pro/django/)
43+
44+
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-black-pro.onrender.com).
45+
46+
- **Simple, Easy-to-Extend** Codebase
47+
- **Black Dashboard** Design - PRO Version
48+
- Bootstrap 4 CSS
49+
- **OAuth** - Github
50+
- **Extended User Profile**
51+
- **API** via DRF
52+
- **Charts** via ApexJS
53+
- **Celery** (async tasks)
54+
- **Deployment-Ready** for Render
55+
56+
![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)
57+
58+
<br />
59+
2660
---
2761
**[Django Black Dashboard](https://app-generator.dev/docs/products/django-libs/theme-black-dashboard.html)** - Modern Django Admin Interface provided by **[App-Generator](https://app-generator.dev)**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

0 commit comments

Comments
 (0)