Skip to content

Commit 8e4cd2c

Browse files
committed
Release v1.0.1 - Improved DOCS
1 parent 600d753 commit 8e4cd2c

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

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

3+
## [1.0.1] 2022-10-30
4+
### Improvements
5+
6+
- Better DOCS
7+
38
## [1.0.0] 2022-10-30
49
### STABLE_VERSION
510

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# [Django Dynamic DataTables](https://github.com/app-generator/django-dynamic-datatb)
22

3-
Simple tool that **Generates Secure APIs** on top of `DRF` with minimum effort - actively supported by [AppSeed](https://appseed.us/).
3+
Simple tool that provides a powerful data table interface (paginated information) with minimum effort - actively supported by [AppSeed](https://appseed.us/).
44

55
<br />
66

77
> Features
88
9-
- `DataTables` provided by `Simple DataTables`
10-
- `Minimal Configuration` (single line in config for each model)
11-
- `Handles any model` defined across the project
9+
- ✅ Modern Stack: `Django` & `VanillaJS`
10+
-`DT` layer provided by [Simple-DataTables](https://github.com/fiduswriter/Simple-DataTables)
11+
-`Server-side` pagination
12+
- ✅ Search, Filters
13+
- ✅ Exports in PDF, CSV formats
14+
-`MIT License` (commercial use allowed)
15+
- ✅ Active versioning & Free [support](https://appseed.us/support/)
1216

1317
<br />
1418

15-
![Django Dynamic API - DRF Interface (open-source tool).](https://user-images.githubusercontent.com/51070104/197181145-f7458df7-23c3-4c14-bcb1-8e168882a104.jpg)
19+
![Django Dynamic DataTables - Open-Source tool provided by AppSeed.](https://user-images.githubusercontent.com/51070104/194712823-b8bf1a9e-f5d8-47b3-b7e6-a46a29f3acbe.gif)
1620

1721
<br />
1822

@@ -116,7 +120,7 @@ If the managed model is `Books`, the dynamic interface is `/datatb/books/` and a
116120

117121
<br />
118122

119-
![Django API Generator - POSTMAN Interface (open-source tool).](https://user-images.githubusercontent.com/51070104/197181265-eb648e27-e5cf-4f3c-b330-d000aba53c6a.jpg)
123+
![Django Dynamic DataTables - Open-Source Tool for Developers.](https://user-images.githubusercontent.com/51070104/194706034-b691226d-f9fa-4c05-a828-fc947670c573.jpg)
120124

121125
<br />
122126

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-dynamic-datatb',
11-
version='1.0.0',
11+
version='1.0.1',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)