Skip to content

Commit 4d11ddf

Browse files
committed
v1.0.5 - Update RM, Update Sidebar Access
1 parent dc1a8ac commit 4d11ddf

38 files changed

+116
-2976
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,4 @@ cython_debug/
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161+
README_bk.md

CHANGELOG.md

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

3+
## [1.0.5] 2025-04-24
4+
### [Gradient Able](https://app-generator.dev/product/gradient-able/) Django Library Changes
5+
6+
- Update Sidebar Items
7+
- Remove `login_required` decorator for theme pages
8+
- Update RM Links
9+
- [Gradient Able](https://app-generator.dev/product/gradient-able/) Design
10+
- [CodedThemes](https://app-generator.dev/agency/codedthemes/) Agency
11+
312
## [1.0.4] 2024-12-16
413
### Changes
514

README.md

Lines changed: 68 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [Django Gradient Able](https://app-generator.dev/docs/products/django-libs/theme-gradient-able.html)
1+
# [Gradient Able](https://app-generator.dev/product/gradient-able/) Django Integration
22

3-
Modern template for **Django Admin**, Auth Pages (registration included) crafted on top of **Gradient Able Dashboard**, an open-source **Bootstrap** design.
3+
Modern template for **Django** built with **[Gradient Able](https://app-generator.dev/product/gradient-able/)**, an open-source `Bootstrap` UI Kit released by [CodedThemes](https://app-generator.dev/agency/codedthemes/).
44

55
- [Django Admin Gradient Able](https://app-generator.dev/docs/products/django-libs/theme-gradient-able.html) - Documentation & Support Links
66
- [Django Gradient Able Dashboard](https://app-generator.dev/product/gradient-able/django/) - The product that uses the library
@@ -10,52 +10,89 @@ Modern template for **Django Admin**, Auth Pages (registration included) crafted
1010

1111
## **Features**
1212

13-
- Design: **[Gradient Able](https://app-generator.dev/docs/templates/bootstrap/gradient-able.html)** (Bootstrap)
14-
- **Sections Covered**:
15-
- `Admin Section`, reserved for `superusers`
16-
- `All pages` managed by `Django.contrib.AUTH`
17-
- `Registration` page
18-
- `Misc pages`: colors, icons, typography, blank-page
13+
- [Gradient Able](https://app-generator.dev/docs/templates/bootstrap/gradient-able.html) Design Integration
14+
- Dashboard page
15+
- Color, Typography, Icons
16+
- Authentication: Login, Register
1917

2018
<br />
2119

22-
### Build a Starter with [Django App Generator - Gradient Design](https://app-generator.dev/tools/django-generator/gradient/)
20+
## [Gradient Able](https://app-generator.dev/product/gradient-able/) Starters
2321

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
22+
Pre-built starters for coding dashboards and services (APIs, DataTables) with speed.
3323

34-
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
24+
### [Django Gradient Able](https://app-generator.dev/product/gradient-able/django/)
3525

36-
<br />
26+
> The FREE Version (MIT License) - [Live Demo](https://django-gradient-able.appseed-srv1.com).
27+
28+
- Simple, Easy-to-Extend Codebase
29+
- [Gradient Able](https://app-generator.dev/product/gradient-able/) Integration
30+
- Bootstrap Styling
31+
- Dynamic Tables
32+
- Dynamic API
33+
- Charts
34+
- **CLI for Coding Tasks**
35+
- `Commit/rollback Git Changes`
36+
- `Backup & restore DB`
37+
- `Interact with Django Core` via CLI
38+
- `Update Environment variables`
39+
- `Update Dependencies`
40+
- Session-based Authentication, Password recovery
41+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
42+
- Docker, CI/CD for Render
43+
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
3744

3845
![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)
3946

4047
<br />
4148

42-
## [Gradient Able PRO Version](https://app-generator.dev/product/gradient-able-pro/django/)
49+
## [Django Gradient Able PRO](https://app-generator.dev/product/gradient-able-pro/django/)
4350

4451
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-gradient-pro.onrender.com/).
4552
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
53+
- Simple, Easy-to-Extend Codebase
54+
- [Gradient Able](https://app-generator.dev/product/gradient-able/) PRO Design Integration
55+
- Bootstrap Styling
56+
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
57+
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
58+
- Charts
59+
- Session-based Authentication, Password recovery
60+
- OAuth (GitHub & Google)
61+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
62+
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
63+
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
64+
- `Backup & restore DB`
65+
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
66+
- `Manage Environment`
67+
- `Manage Dependencies`
68+
- Session-based Authentication, Password recovery
69+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
70+
- Docker, CI/CD for Render
71+
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
5572

5673
![Gradient PRO - Full-Stack Starter generated by AppSeed](https://user-images.githubusercontent.com/51070104/216759901-7b3a6c50-b224-4ae2-922c-3cb4648a5802.png)
5774

5875
<br />
5976

77+
## `Customize` with [Django App Generator](https://app-generator.dev/tools/django-generator/)
78+
79+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
80+
- Select the preferred design
81+
- (Optional) Design Database: edit models and fields
82+
- (Optional) Edit the fields for the extended user model
83+
- (Optional) Enable OAuth for GitHub
84+
- (Optional) Add Celery (async tasks)
85+
- (Optional) Enable Dynamic API Module
86+
- Docker Scripts
87+
- Render CI/Cd Scripts
88+
89+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
90+
91+
![Django Generator - User Interface for choosing the Design](https://github.com/user-attachments/assets/b989c434-1c53-49ff-8dda-b46dbfc142ac)
92+
93+
![Django App Generator - User Interface for Edit the Extended User Model](https://github.com/user-attachments/assets/f1a5fb68-a5ba-49c9-a3ae-91716de09912)
94+
95+
<br />
96+
6097
---
61-
**[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)**
98+
**[Gradient Able](https://app-generator.dev/product/gradient-able/)** Django Integration - Library provided by **[App-Generator](https://app-generator.dev)**

admin_gradient/templates/admin/actions.html

Lines changed: 0 additions & 33 deletions
This file was deleted.

admin_gradient/templates/admin/auth/user/add_form.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

admin_gradient/templates/admin/auth/user/change_password.html

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)