Skip to main content

Generate .dia diagram of your django project's models

Project description

https://travis-ci.org/neumond/django-dia.svg?branch=master

Goals

Sometimes you need generate a database diagram for your Django project. django-extensions does this well, but drops non-editable file such as PNG. Even when you use SVG format you’ll waste much time with bunch of objects that are not stitched together: when you move a table, you’ll need to move all connected arrows and captions.

There was a time when you could generate .dia file directly with django-extensions. But dia support was dropped.

Installation

pip install django-dia

Using

Add django-dia to your INSTALLED_APPS:

INSTALLED_APPS = (
    #...
    'django-dia',
)

And run

./manage.py make_diagram -a -e -o scheme
./manage.py make_diagram -e -o scheme my_app1 my_app2

This will produce file scheme.dia in your project directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_dia-0.3.4-py3-none-any.whl (10.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page