mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-26 12:03:44 +03:00
docs(third-party-resources): added cookiecutter-django-rest to misc third party resources
This commit is contained in:
parent
df025f3d98
commit
6757da5aab
|
@ -237,6 +237,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
|
|
||||||
|
* [cookiecutter-django-rest][cookiecutter-django-rest] - A cookiecutter template that takes care of the setup and configuration so you can focus on making your REST apis awesome.
|
||||||
* [djangorestrelationalhyperlink][djangorestrelationalhyperlink] - A hyperlinked serialiser that can can be used to alter relationships via hyperlinks, but otherwise like a hyperlink model serializer.
|
* [djangorestrelationalhyperlink][djangorestrelationalhyperlink] - A hyperlinked serialiser that can can be used to alter relationships via hyperlinks, but otherwise like a hyperlink model serializer.
|
||||||
* [django-rest-swagger][django-rest-swagger] - An API documentation generator for Swagger UI.
|
* [django-rest-swagger][django-rest-swagger] - An API documentation generator for Swagger UI.
|
||||||
* [django-rest-framework-proxy][django-rest-framework-proxy] - Proxy to redirect incoming request to another API server.
|
* [django-rest-framework-proxy][django-rest-framework-proxy] - Proxy to redirect incoming request to another API server.
|
||||||
|
@ -346,4 +347,5 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
|
||||||
[django-rest-framework-braces]: https://github.com/dealertrack/django-rest-framework-braces
|
[django-rest-framework-braces]: https://github.com/dealertrack/django-rest-framework-braces
|
||||||
[dry-rest-permissions]: https://github.com/Helioscene/dry-rest-permissions
|
[dry-rest-permissions]: https://github.com/Helioscene/dry-rest-permissions
|
||||||
[django-url-filter]: https://github.com/miki725/django-url-filter
|
[django-url-filter]: https://github.com/miki725/django-url-filter
|
||||||
|
[cookiecutter-django-rest]: https://github.com/agconti/cookiecutter-django-rest
|
||||||
[drf-haystack]: http://drf-haystack.readthedocs.org/en/latest/
|
[drf-haystack]: http://drf-haystack.readthedocs.org/en/latest/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user