Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.06 KB

README.md

File metadata and controls

50 lines (35 loc) · 2.06 KB

Django JSON API CookieCutter template

Build Status Coverage Ruff License: MIT

This cookie cutter provides a Django project with JSON API support. It combines Adfinis best practices in terms of setup, structure and configuration.

Requirements

Usage

To use, simply run cookiecutter https://github.com/adfinis/cookiecutter-django-json-api

Included in this template

Django specific:

Code quality and formatting tools:

Per default postgres is configured and a docker compose file provided. To support other database only DATABASE_ENGINE environment variable needs to be changed.

License

Code released under the BSD-3 Clause.