Skip to content

rtts/happening

Repository files navigation

The Happening

The Happening was a performance art festival held in 2017 in ’s-Hertogenbosch. This repository contains the source code for its website as well as an archived copy that can be viewed on https://happening.created.today/

Some photos of The Happening

Installation

Install Python and run the following commands:

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

Usage

Visit https://localhost:8000/admin/festival/element/ to add elements to the homepage.