https://github.com/relikd/klangkarte
Django app for managing places with fully-static frontend map.
https://github.com/relikd/klangkarte
django leaflet map places static-site
Last synced: 2 months ago
JSON representation
Django app for managing places with fully-static frontend map.
- Host: GitHub
- URL: https://github.com/relikd/klangkarte
- Owner: relikd
- Created: 2024-06-27T20:41:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T20:53:26.000Z (9 months ago)
- Last Synced: 2024-12-31T10:27:54.463Z (4 months ago)
- Topics: django, leaflet, map, places, static-site
- Language: Python
- Homepage:
- Size: 628 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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):
```sh
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:
```sh
docker-compose exec app python manage.py loaddata initial.json
```