| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
ImogenNixon
8年前发布

使用cookiecutter-django-rest轻松、快速创建健壮的rest apis

来自: https://github.com/agconti/cookiecutter-django-rest

cookiecutter-django-rest

For creating REST apis for mobile and web applications.

Overview

This cookiecutter template takes care of the setup and configuration so you can focus on making your api awesome. Scaffolding a project takes seconds and it gives you authentication, user accounts, and the docs and tests to support them. After that, just add your own resources to the api and start shipping.

This project gives you a solid foundation for your api to mature by baking in things like asynchronous queueing, image optimization, and application monitoring.

Quick Start

Installcookiecutter:

pip install cookiecutter

Scaffold your project:

cookiecutter gh:agconti/cookiecutter-django-rest

Example of the result: https://github.com/agconti/piedpiper-web

Features

Contributing

Want a new feature? Open an issue and let's chat! Find a bug? Submit a Pull Request!

This project adheres to the Contributor Code of Conduct .

 本文由用户 ImogenNixon 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1456017471886.html
Django Web框架