https://github.com/relikd/leerstand
Django app for managing places with fully-static frontend map.
https://github.com/relikd/leerstand
django leaflet map places static-site
Last synced: 6 months ago
JSON representation
Django app for managing places with fully-static frontend map.
- Host: GitHub
- URL: https://github.com/relikd/leerstand
- Owner: relikd
- Created: 2024-07-28T11:07:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-20T12:00:15.000Z (6 months ago)
- Last Synced: 2025-07-20T14:16:30.733Z (6 months ago)
- Topics: django, leaflet, map, places, static-site
- Language: CSS
- Homepage:
- Size: 452 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leerstand
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):
```sh
docker-compose exec app python manage.py createsuperuser --email ''
```