Skip to content

Commit dd5109c

Browse files
committed
v1.0.19 - Update RM & Links (minor)
1 parent 989a59f commit dd5109c

File tree

3 files changed

+36
-17
lines changed

3 files changed

+36
-17
lines changed

CHANGELOG.md

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

3+
## [1.0.19] 2025-04-12
4+
### Changes
5+
6+
- Update RM
7+
- Update Package Info
8+
39
## [1.0.18] 2025-04-12
410
### Changes
511

README.md

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,45 +17,58 @@ Modern template for **Django** built with **[Datta Able](https://app-generator.d
1717

1818
<br />
1919

20-
## Pre-built Starters
20+
## [Datta Able](https://app-generator.dev/product/datta-able/) Starters
2121

22-
### [Django Datta Able](https://app-generator.dev/product/datta-able/django/) `FREE`
22+
Pre-built starters for coding dashboards and services (APIs, DataTables) with speed.
2323

24-
> The FREE Version (MIT License) - [Live Demo](https://django-datta-pro.onrender.com/).
24+
### [Django Datta Able](https://app-generator.dev/product/datta-able/django/)
25+
26+
> The FREE Version (MIT License) - [Live Demo](https://django-datta.onrender.com/).
2527
2628
- Simple, Easy-to-Extend Codebase
2729
- [Datta Able](https://app-generator.dev/product/datta-able/) Integration
30+
- Bootstrap Styling
2831
- Dynamic Tables
2932
- Dynamic API
33+
- Charts
3034
- **CLI for Coding Tasks**
3135
- `Commit/rollback Git Changes`
3236
- `Backup & restore DB`
3337
- `Interact with Django Core` via CLI
3438
- `Update Environment variables`
3539
- `Update Dependencies`
36-
- Bootstrap 5 Styling
3740
- Session-based Authentication, Password recovery
3841
- DB Persistence: SQLite (default), can be used with MySql, PgSql
3942
- Docker, CI/CD for Render
40-
- Vite for assets management
43+
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
4144

4245
![Django Datta Able - Open-Source Django Starter](https://user-images.githubusercontent.com/51070104/176118649-7233ffbc-6118-4f56-8cda-baa81d256877.png)
4346

4447
<br />
4548

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

4851
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-datta-pro.onrender.com/).
4952
5053
- Simple, Easy-to-Extend Codebase
51-
- Datta Able PRO Design Integration
52-
- Bootstrap Styling
53-
- **OAuth** - Github
54-
- **Extended User Profile**
55-
- **API** via DRF
56-
- **Charts** via ApexJS
57-
- **Celery** (async tasks)
58-
- **Deployment-Ready** for Render
54+
- [Datta Able](https://app-generator.dev/product/datta-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
5972

6073
![Datta Able PRO - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/170474361-a58da82b-fff9-4a59-81a8-7ab99f478f48.png)
6174

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
setup(
1010
name='django-admin-datta',
11-
version='1.0.18',
11+
version='1.0.19',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,
1515
description='Modern template for Django Admin - Datta Able Design',
1616
long_description=README,
1717
long_description_content_type="text/markdown",
18-
url='https://app-generator.dev/docs/products/django-libs/theme-datta-able.html',
19-
author='AppSeed.us',
18+
url='https://app-generator.dev/product/datta-able/',
19+
author='App-Generator.dev',
2020
author_email='[email protected]',
2121
license='MIT License',
2222
classifiers=[

0 commit comments

Comments
 (0)