Skip to content

Commit 6f09706

Browse files
committed
v1.0.17 - Update Links & Curate Pages
1 parent 6bb8d22 commit 6f09706

27 files changed

+77
-1809
lines changed

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.17] 2025-03-16
4+
### Changes
5+
6+
- Remove ADMIN section styling
7+
- Update RM Links
8+
- [Django Datta Able](https://app-generator.dev/product/datta-able/django/) - `FREE` version
9+
- [Datta Able PRO Version](https://app-generator.dev/product/datta-able-pro/django/) - `PRO` version
10+
- [Django App Generator](https://app-generator.dev/tools/django-generator)
11+
312
## [1.0.16] 2024-12-16
413
### Changes
514

README.md

Lines changed: 49 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Django Datta Able](https://app-generator.dev/docs/products/django-libs/theme-datta-able.html)
1+
# [Django Datta Able](https://app-generator.dev/product/datta-able/django/)
22

33
Modern template for **Django Admin**, Auth Pages (registration included) crafted on top of **Datta Able Dashboard**, an open-source **Bootstrap** design.
44

@@ -10,42 +10,46 @@ Modern template for **Django Admin**, Auth Pages (registration included) crafted
1010

1111
## **Features**
1212

13-
- Design: Datta Able (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+
- [Datta Able](https://app-generator.dev/docs/templates/bootstrap/datta-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 - Datta Design](https://app-generator.dev/tools/django-generator/datta/)
20+
## Pre-built Starters
2321

24-
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
25-
- Select **Datta 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
22+
### [Django Datta Able](https://app-generator.dev/product/datta-able/django/) `FREE`
3323

34-
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
24+
> The FREE Version (MIT License) - [Live Demo](https://django-datta-pro.onrender.com/).
3525
36-
<br />
26+
- Simple, Easy-to-Extend Codebase
27+
- [Datta Able](https://app-generator.dev/docs/templates/bootstrap/datta-able.html) Design Integration
28+
- Dynamic Tables
29+
- Dynamic API
30+
- **CLI for Coding Tasks**
31+
- `Commit/rollback Git Changes`
32+
- `Backup & restore DB`
33+
- `Interact with Django Core` via CLI
34+
- `Update Environment variables`
35+
- `Update Dependencies`
36+
- Bootstrap 5 Styling
37+
- Session-based Authentication, Password recovery
38+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
39+
- Docker, CI/CD for Render
40+
- Vite for assets management
3741

38-
![Django Datta Able - Modern template for Django Admin Section crafted on top of a modern Bootstrap Design.](https://user-images.githubusercontent.com/51070104/176118649-7233ffbc-6118-4f56-8cda-baa81d256877.png)
42+
![Django Datta Able - Open-Source Django Starter](https://user-images.githubusercontent.com/51070104/176118649-7233ffbc-6118-4f56-8cda-baa81d256877.png)
3943

4044
<br />
4145

42-
## [Datta Able PRO Version](https://app-generator.dev/product/datta-able-pro/django/)
46+
## [Django Datta Able](https://app-generator.dev/product/datta-able-pro/django/) `PRO`
4347

4448
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-datta-pro.onrender.com/).
4549
46-
- **Simple, Easy-to-Extend** Codebase
47-
- **Datta Able Design** - PRO Version
48-
- Bootstrap 5 CSS
50+
- Simple, Easy-to-Extend Codebase
51+
- Datta Able PRO Design Integration
52+
- Bootstrap Styling
4953
- **OAuth** - Github
5054
- **Extended User Profile**
5155
- **API** via DRF
@@ -57,5 +61,25 @@ Modern template for **Django Admin**, Auth Pages (registration included) crafted
5761

5862
<br />
5963

64+
## `Customize` with [Django App Generator](https://app-generator.dev/tools/django-generator/)
65+
66+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
67+
- Select the preferred design
68+
- (Optional) Design Database: edit models and fields
69+
- (Optional) Edit the fields for the extended user model
70+
- (Optional) Enable OAuth for GitHub
71+
- (Optional) Add Celery (async tasks)
72+
- (Optional) Enable Dynamic API Module
73+
- Docker Scripts
74+
- Render CI/Cd Scripts
75+
76+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
77+
78+
![Django Generator - User Interface for choosing the Design](https://github.com/user-attachments/assets/b989c434-1c53-49ff-8dda-b46dbfc142ac)
79+
80+
![Django App Generator - User Interface for Edit the Extended User Model](https://github.com/user-attachments/assets/f1a5fb68-a5ba-49c9-a3ae-91716de09912)
81+
82+
<br />
83+
6084
---
61-
**[Django Datta Able](https://app-generator.dev/docs/products/django-libs/theme-datta-able.html)** - Modern Django Admin Interface provided by **[App-Generator](https://app-generator.dev)**
85+
**[Django Datta Able](https://app-generator.dev/product/datta-able/django/)** - Modern Django Admin Interface provided by **[App-Generator](https://app-generator.dev)**

admin_datta/templates/admin/.gitkeep

Whitespace-only changes.

admin_datta/templates/admin/actions.html

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

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

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

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

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

admin_datta/templates/admin/change_form.html

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

0 commit comments

Comments
 (0)