Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 708 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 708 Bytes

Peewee Graph Models

Visualize peewee database and export it as JPG/PDF.

This project is inspired by django extension (MIT licence) and the structure of dot files comes from there templates.

Installation

You need graphviz to run this script.

Python 3.5+ is required (it could easily be adapted for older versions).

Just download the script peewee_graph_models.py into your project and launch it.

Help: python peewee_graph_models.py --help.

Licence

See LICENCE.