|
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) |
2 | 2 |
|
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) |
4 | 18 |
|
5 | 19 | <br />
|
6 | 20 |
|
7 |
| -> `Dynamic API Features` - see [video](https://www.youtube.com/watch?v=nPQMUafTrNY) presentation |
| 21 | +## `Dynamic API Features` |
8 | 22 |
|
9 | 23 | - `API engine` provided by `DRF`
|
10 | 24 | - `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
|
111 | 125 | <br />
|
112 | 126 |
|
113 | 127 | ---
|
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/)** |
0 commit comments