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 += [
# 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).
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
Release history Release notifications | RSS feed
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-1.0.0.tar.gz
(262.5 kB
view details)
Built Distribution
File details
Details for the file django-schema-graph-1.0.0.tar.gz
.
File metadata
- Download URL: django-schema-graph-1.0.0.tar.gz
- Upload date:
- Size: 262.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79a8577897b7da3a3412ebbc4b8cea8088dd5882acfb21e55fef5f4b846559a1 |
|
MD5 | afdb8377e238f856836b9f0776af71bd |
|
BLAKE2b-256 | 7fa62f937f270502f2deca30492cc135ed818ff86b0036a3654430721aac5a90 |
File details
Details for the file django_schema_graph-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_schema_graph-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 265.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15b9bc80a540f723313ebf6f927f54383770c7ffb6e0c7e8d7274be821f7a99b |
|
MD5 | 50c7ae34b9f86e013f78bb2d7413cd1e |
|
BLAKE2b-256 | 89dad19a0fbdaaa1d67b8ee316958d5d7d2f710f5c65b5f66e21286233556927 |