Skip to content

rtts/databosch

Repository files navigation

Databosch

Django apps for various public initiatives in ’s-Hertogenbosch

Screenshot of www.rauwkost.online

Introduction

This repository contains various loosely related Django apps:

effect
The code that (used to) power https://www.effectfestival.nl/
An archive will remain available at https://effect.created.today/
jadb
Development of a plugin for https://www.jadb.nl/
maakdenbosch
The core of Databosch, containing all models shared between these websites.
mijndenbosch
The code that (used to) power https://www.mijndenbosch.nl/
An archive will remain available at https://mijndenbosch.created.today/
rauwkost
The code that (used to) power https://www.rauwkost.online/
Archives will remain available at

Installation

Install Python and run the following commands:

pip install -r requirements.txt
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver

This will make the Django admin that is shared between all these websites available at http://localhost:8000/