Skip to content

Commit dc1a8ac

Browse files
committed
v1.0.4 - Mention Django App Generator
1 parent bd65152 commit dc1a8ac

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.4] 2024-12-16
4+
### Changes
5+
6+
- Mention [Django App Generator - Gradient Design](https://app-generator.dev/tools/django-generator/gradient/)
7+
38
## [1.0.3] 2024-11-16
49
### Changes
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**, Auth Pages (registration included) crafted
1919

2020
<br />
2121

22+
### Build a Starter with [Django App Generator - Gradient Design](https://app-generator.dev/tools/django-generator/gradient/)
23+
24+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
25+
- Select **Gradient Able** 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 Gradient Able - Modern template for Django Admin Section crafted on top of a modern Bootstrap Design.](https://user-images.githubusercontent.com/51070104/171583187-c4ca1bef-b535-458e-9250-8d62ba1f5b30.png)
2339

2440
<br />
2541

42+
## [Gradient Able PRO Version](https://app-generator.dev/product/gradient-able-pro/django/)
43+
44+
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-gradient-pro.onrender.com/).
45+
46+
- **Simple, Easy-to-Extend** Codebase
47+
- **Gradient Able** Design - PRO Version
48+
- Bootstrap 5 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+
![Gradient PRO - Full-Stack Starter generated by AppSeed](https://user-images.githubusercontent.com/51070104/216759901-7b3a6c50-b224-4ae2-922c-3cb4648a5802.png)
57+
58+
<br />
59+
2660
---
2761
**[Django Gradient Able](https://app-generator.dev/docs/products/django-libs/theme-gradient-able.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-gradient',
11-
version='1.0.3',
11+
version='1.0.4',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)