This commit is contained in:
relikd
2024-06-27 21:13:47 +02:00
commit d44d74eb2c
72 changed files with 2444 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# 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 ''
```