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 to generate a database diagram for your Django project. django-extensions does this well, but drops non-editable file like 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  # all apps in project
./manage.py make_diagram -e -o scheme my_app1 my_app2  # specific apps

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

Compatibility

Django >= 1.8 supported. In long term set of supported versions will be in parity with official django support.

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.4.1-py2.py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 2 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