Skip to content

Commit e444392

Browse files
committed
Release v1.0.5
1 parent cf59a7c commit e444392

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1-
# [Django Dynamic API](https://appseed.us/developer-tools/django-dynamic-api/)
1+
# [Django Dynamic API](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
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 **Generates Secure APIs** on top of `DRF` with minimum effort - actively supported by **[App-Generator](https://app-generator.dev/)**.
4+
5+
- [Dynamic API Features](https://www.youtube.com/watch?v=nPQMUafTrNY) - video presentation
6+
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)
418

519
<br />
620

7-
> `Dynamic API Features` - see [video](https://www.youtube.com/watch?v=nPQMUafTrNY) presentation
21+
## `Dynamic API Features`
822

923
- `API engine` provided by `DRF`
1024
- `Minimal Configuration` (single line in config for each model)
@@ -111,4 +125,4 @@ If the managed model is `Books`, the API interface is `/api/books/` and all CRUD
111125
<br />
112126

113127
---
114-
[Django Dynamic API](https://appseed.us/developer-tools/django-dynamic-api/) - Open-source library provided by **[AppSeed](https://appseed.us/)**
128+
[Django Dynamic API](https://app-generator.dev/docs/developer-tools/dynamic-api.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-api',
11-
version='1.0.4',
11+
version='1.0.5',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,
1515
description='Django Dynamic API over DRF',
1616
long_description=README,
1717
long_description_content_type="text/markdown",
18-
url='https://github.com/app-generator/django-dynamic-api',
18+
url='https://app-generator.dev/docs/developer-tools/dynamic-api.html',
1919
author='AppSeed.us',
2020
author_email='support@appseed.us',
2121
license='MIT License',

0 commit comments

Comments
 (0)