An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Leerstand

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 ''
```