diff --git a/README.md b/README.md index 5b9ced0..c240a33 100644 --- a/README.md +++ b/README.md @@ -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 + +
+ +--- + +> 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)
-> `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) @@ -111,4 +125,4 @@ If the managed model is `Books`, the API interface is `/api/books/` and all CRUD
--- -[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/)** diff --git a/setup.py b/setup.py index 1c552a3..611658e 100644 --- a/setup.py +++ b/setup.py @@ -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',