Files
klangkarte/README.md
2024-06-27 22:41:39 +02:00

15 lines
310 B
Markdown

# Klangkarte
Django app for managing places with json export and a fully-static frontend map.
![Screenshot map overview](screenshot.jpg)
## Deploy
Start container with `docker-compose up -d` and create admin user (first-run):
```sh
docker-compose exec app python manage.py createsuperuser --email ''
```