Skip to content

Commit 4a200eb

Browse files
committed
v1.0.26 - Update RM
1 parent d1dbc72 commit 4a200eb

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.0.26] 2024-10-17
4+
### Changes
5+
6+
- Update RM
7+
- [Django Dynamic DataTables](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
8+
- Mention [Dynamic Django](https://app-generator.dev/docs/developer-tools/dynamic-django/index.html) Starter (commercial)
9+
310
## [1.0.25] 2023-07-03
411
### Changes
512

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
# [Django Dynamic DataTables](https://appseed.us/developer-tools/django-dynamic-datatables/)
1+
# [Django Dynamic DataTables](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
22

3-
`Open-Source` library for **Django** that provides a `powerful data table interface` (paginated information) with minimum effort - actively supported by [AppSeed](https://appseed.us/).
3+
`Open-Source` library for **Django** that provides a `powerful data table interface` (paginated information) with minimum effort - actively supported by **[App-Generator](https://app-generator.dev/)**.
44

5-
- [Django Dynamic Services](https://github.com/app-generator/django-dynamic-services) - `sample project that uses the library`
6-
- [Django - Build Services without Coding](https://www.youtube.com/watch?v=EtMCK5AmdQI) - `video presentation`
5+
- [Django Dynamic DataTables](https://www.youtube.com/watch?v=EtMCK5AmdQI) - video presentation
76

8-
<br />
7+
<br />
8+
9+
---
10+
11+
> For a **complete set of features** and long-term support, check out **[Dynamic Django](https://app-generator.dev/docs/developer-tools/dynamic-django/index.html)**, a powerful starter that incorporates:
12+
13+
- [Dynamic DataTables](https://app-generator.dev/docs/developer-tools/dynamic-django/datatables.html): using a single line of configuration, the data saved in any table is automatically managed
14+
- [Dynamic API](https://app-generator.dev/docs/developer-tools/dynamic-django/api.html): any model can become a secure API Endpoint using DRF
15+
- [Dynamic Charts](https://app-generator.dev/docs/developer-tools/dynamic-django/charts.html): extract relevant charts without coding all major types are supported
16+
- [CSV Loader](https://app-generator.dev/docs/developer-tools/dynamic-django/csv-loader.html): translate CSV files into Django Models and (optional) load the information
17+
- Powerful [CLI Tools](https://app-generator.dev/docs/developer-tools/dynamic-django/cli.html) for the GIT interface, configuration editing, updating the configuration and database (create models, migrate DB)
18+
19+
<br />
920

1021
> Features
1122
@@ -135,4 +146,4 @@ If the managed model is `Books`, the dynamic interface is `/datatb/books/` and a
135146
<br />
136147

137148
---
138-
[Django Dynamic DataTables](https://appseed.us/developer-tools/django-dynamic-datatables/) - Open-source library provided by **[AppSeed](https://appseed.us/)**
149+
[Django Dynamic DataTables](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html) - Open-source library provided by **[App-Generator](https://app-generator.dev/)**

setup.py

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

99
setup(
1010
name='django-dynamic-datatb',
11-
version='1.0.25',
11+
version='1.0.26',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,
1515
description='Django Dynamic Datatables',
1616
long_description=README,
1717
long_description_content_type="text/markdown",
18-
url='https://appseed.us/developer-tools/django-dynamic-datatables/',
18+
url='https://app-generator.dev/docs/developer-tools/dynamic-datatables.html',
1919
author='AppSeed.us',
2020
author_email='[email protected]',
2121
license='MIT License',

0 commit comments

Comments
 (0)