Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Oct 17, 2024
1 parent cf59a7c commit e444392
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# [Django Dynamic API](https://appseed.us/developer-tools/django-dynamic-api/)
# [Django Dynamic API](https://app-generator.dev/docs/developer-tools/dynamic-api.html)

Simple tool that **Generates Secure APIs** on top of `DRF` with minimum effort - actively supported by [AppSeed](https://appseed.us/).
Simple tool that **Generates Secure APIs** on top of `DRF` with minimum effort - actively supported by **[App-Generator](https://app-generator.dev/)**.

- [Dynamic API Features](https://www.youtube.com/watch?v=nPQMUafTrNY) - video presentation

<br />

---

> 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:
- [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
- [Dynamic API](https://app-generator.dev/docs/developer-tools/dynamic-django/api.html): any model can become a secure API Endpoint using DRF
- [Dynamic Charts](https://app-generator.dev/docs/developer-tools/dynamic-django/charts.html): extract relevant charts without coding all major types are supported
- [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
- 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)

<br />

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

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

---
[Django Dynamic API](https://appseed.us/developer-tools/django-dynamic-api/) - Open-source library provided by **[AppSeed](https://appseed.us/)**
[Django Dynamic API](https://app-generator.dev/docs/developer-tools/dynamic-api.html) - Open-source library provided by **[App-Generator](https://app-generator.dev/)**
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

setup(
name='django-dynamic-api',
version='1.0.4',
version='1.0.5',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
description='Django Dynamic API over DRF',
long_description=README,
long_description_content_type="text/markdown",
url='https://github.com/app-generator/django-dynamic-api',
url='https://app-generator.dev/docs/developer-tools/dynamic-api.html',
author='AppSeed.us',
author_email='support@appseed.us',
license='MIT License',
Expand Down

0 comments on commit e444392

Please sign in to comment.