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
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-0.0.2.tar.gz
(207.9 kB
view details)
Built Distribution
File details
Details for the file django-schema-graph-0.0.2.tar.gz
.
File metadata
- Download URL: django-schema-graph-0.0.2.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.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 | 8db60562bb9209408111126209e208ca9d5b143d74230394526ed034767a38b4 |
|
MD5 | 5b17d077a936443ad13c0d84c19ef96b |
|
BLAKE2b-256 | e0d1aa7b4eab78da28fe3c573dc73ffd843fa964c6bf23c49f66ac81d9e7f5c2 |
File details
Details for the file django_schema_graph-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_schema_graph-0.0.2-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.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 | 399db9dcf7322a1e3f74075f3fd1a7cbd4acf0d66ba3ea651ca9dd22dc683c63 |
|
MD5 | 61457b5ddbb5eb6496f33c6401fce70f |
|
BLAKE2b-256 | 4ff453e3721534c0412c8b3e406417d9ac2394c61fb8f36ca3e21f27a7da300b |