Skip to main content

An interactive graph of your Django model structure.

Project description

Django Schema Graph

Installation

Add to INSTALLED_APPS:

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

Add to your URLs.

from schema_graph.views import Schema
urlpatterns += [
    path("schema/" Schema.as_view()),
]

Or, on Django < 2:

urlpatterns += [
    url(r"^schema/$", Schema.as_view()),
]

Use

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

Note: DEBUG mode is required, on the assumption that you don't want to leak sensitive information about your website outside of local development.

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-0.0.1.tar.gz (207.9 kB view details)

Uploaded Source

Built Distribution

django_schema_graph-0.0.1-py2.py3-none-any.whl (209.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-schema-graph-0.0.1.tar.gz.

File metadata

  • Download URL: django-schema-graph-0.0.1.tar.gz
  • Upload date:
  • Size: 207.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for django-schema-graph-0.0.1.tar.gz
Algorithm Hash digest
SHA256 02c2003fab0c8401b77c1529d5c1646f794e72190178bdfb46d7a800aed68f31
MD5 37c1cb3cd59a9fda200560a31879d137
BLAKE2b-256 56322c739d802aa7870333e51d1ad2e7284e6c24db46d94b77fb4aeaebfda2e6

See more details on using hashes here.

File details

Details for the file django_schema_graph-0.0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: django_schema_graph-0.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 209.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for django_schema_graph-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bef1b0d1d94bf6d5c2988d8916b6724b7ddf2587985c7f06e3c41dd1840c4e7a
MD5 59f4a50b5cbc7a750773ca6770cef0b6
BLAKE2b-256 780515bd5af4484b9cf55d7b494bfc93abec866e25087c14cbc69229da8ac67f

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