Cookiecutter Django Rest Framework

screenshot of Cookiecutter Django Rest Framework

A cookiecutter template for creating reusable Django REST Framework packages quickly.

Overview

The cookiecutter-django-rest-framework is a template that allows users to quickly create reusable Django REST Framework packages with the best practices. It provides a convenient setup for creating packages with Travis CI and Tox configuration. It also includes a setup.py file for easy PyPI registration and distribution. This template is licensed under BSD by default.

Features

  • Travis CI configuration: The template includes a configuration file for Travis CI, which allows for easy integration and automatic testing of the package.
  • Tox configuration: Tox is a popular testing tool for Python projects. This template includes a configuration file for Tox, allowing users to easily run tests on multiple environments.
  • Sane setup.py: The template provides a setup.py file that follows best practices for PyPI registration and distribution. This makes it easier for users to publish and distribute their packages.

Summary

The cookiecutter-django-rest-framework template is a useful tool for developers who want to quickly create Django REST Framework packages with best practices. It provides convenient configurations for Travis CI and Tox, as well as a setup.py file for easy PyPI registration and distribution. By using this template, developers can save time and ensure that their packages are set up correctly from the start.