Skip to main content

An interactive graph of your Django model structure.

Project description

Django Schema Graph

Django-schema-graph makes a colourful diagram out of your Django models. The diagram is interactive, and makes it easy to toggle models and apps on/off at will.

It looks like this:

Feature Screenshot
Models models screenshot
Apps apps screenshot
Both together models and apps screenshot
Graph editor menu screenshot

(Apologies that the images above don't work on PyPI. Check it out on GitHub.)

Installation

Install from PyPI:

pip install django-schema-graph

Add to INSTALLED_APPS:

INSTALLED_APPS = [
    ...
    'schema_graph',
    ...
]

Add to your URLs.

from schema_graph.views import Schema
urlpatterns += [
    # On Django 2+:
    path("schema/", Schema.as_view()),
    # Or, on Django < 2:
    url(r"^schema/$", Schema.as_view()),
]

Use

Browse to /schema/ (assuming that's where you put it in your URLs).

You can control access to this page using the SCHEMA_GRAPH_VISIBLE setting, or by subclassing schema_graph.views.Schema and overriding access_permitted. By default the page is only visible when DEBUG is True, because we assume that you don't want to leak sensitive information about your website outside of local development.

Support

Tests run on sensible combinations of:

  • Python (3.10-3.11)
  • Django (3.2-4.1)

If you're stuck on old version of Python or Django, you may consider installing old versions. They will probably have fewer features, and there will be no support for them.

The last version to support Python 2.7 and 3.5 was 1.2.0. The last version to support Python 3.6 to 3.9 was 2.2.1.

The last version to support Django 1.8 was 1.2.0. The last version to support Django 1.9 to 3.1 was 2.2.1.

Alternatives

  • django-spaghetti-and-meatballs is great. At the time of writing, it offers a lot more detailed information on the models in the diagram, but doesn't allow them to be turned on/off in the page.

Project details


Download files

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

Source Distribution

django_schema_graph-3.1.0.tar.gz (323.1 kB view details)

Uploaded Source

Built Distribution

django_schema_graph-3.1.0-py3-none-any.whl (324.4 kB view details)

Uploaded Python 3

File details

Details for the file django_schema_graph-3.1.0.tar.gz.

File metadata

  • Download URL: django_schema_graph-3.1.0.tar.gz
  • Upload date:
  • Size: 323.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.11.3 Linux/5.15.0-1037-azure

File hashes

Hashes for django_schema_graph-3.1.0.tar.gz
Algorithm Hash digest
SHA256 d8ef410ccd0db0fce5942a35beaa6badbca76ddce3430d9c58ac1549ad4390ab
MD5 1cd7f332534e66affcd75b96be043a09
BLAKE2b-256 b1d507fa056788e1a9dc398e10f389b971b99fa4a653c7780bf83640fceecc30

See more details on using hashes here.

File details

Details for the file django_schema_graph-3.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_schema_graph-3.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b240e308414018409e1588ca65a0b104f19b3829303e39071e9aa85b86317d3d
MD5 9242ec7cd03d4e859816a22e0d011550
BLAKE2b-256 e33bdf3825ad4693b69fa7fa95d654e4672992029d5d698813f3e80cc6c38da7

See more details on using hashes here.

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