968e46d3db8346dcbbaa23e4793707d4357d5357
Klangkarte
Django app for managing places with json export and a fully-static frontend map.
Deploy
Start container with docker-compose up -d and create admin user (first-run only):
docker-compose exec app python manage.py createsuperuser --email ''
Further, the frontend needs the three Content labels info, imprint, and come-back-later. You can either, create them manually, or run:
docker-compose exec app python manage.py loaddata initial.json
Languages
Python
43.3%
CSS
26.3%
JavaScript
18.5%
HTML
9.3%
Makefile
1.5%
Other
1.1%
