datazine is a small webapp for exploring a database and sharing the resulting queries. It's written in Python, using Flask, and designed for PostgreSQL by default.
pip install -r requirements- cp settings.py-dist settings.py
- edit settings.py
- create the
publisheruser in your database - from the project root, run a python shell and enter
from datazine import init_db; init_db()