Skip to content

adfinis/cookiecutter-django-json-api

Repository files navigation

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.