Skip to content

GemeenteUtrecht/boilerplate

Repository files navigation

Boilerplate Django project

Version: 0.1.0
Source:https://github.com/GemeenteUtrecht/boilerplate
Keywords:django, boilerplate
PythonVersion:3.8

Build status Documentation Status black

Boilerplate Django project for prototyping.

Developed by Maykin Media B.V. for Gemeente Utrecht.

Introduction

Gemeente Utrecht embraces Open Source development and combining components from different software development parties into end products serving their staff.

A number of these projects are based on Django applications started from a default-project template. The boilerplate follows the same setup, with a couple of additions:

  • ADFS based Single Sign On
  • Frontend toolchain with Utrecht styling

This project serves as a starting point for anyone developing (npm) packages/components to be used in projects based on Django. It allows you to test your own developments on a platform that's realistic and de-cluttered from project-specific code.

Documentation

See INSTALL.rst for installation instructions, available settings and commands.

References