django-schema-graph 0.0.1
pip install django-schema-graph==0.0.1
Newer version available (3.1.0)
Released:
An interactive graph of your Django model structure.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Charlie Denton
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Charlie Denton
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
02c2003fab0c8401b77c1529d5c1646f794e72190178bdfb46d7a800aed68f31
|
|
MD5 |
37c1cb3cd59a9fda200560a31879d137
|
|
BLAKE2b-256 |
56322c739d802aa7870333e51d1ad2e7284e6c24db46d94b77fb4aeaebfda2e6
|
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bef1b0d1d94bf6d5c2988d8916b6724b7ddf2587985c7f06e3c41dd1840c4e7a
|
|
MD5 |
59f4a50b5cbc7a750773ca6770cef0b6
|
|
BLAKE2b-256 |
780515bd5af4484b9cf55d7b494bfc93abec866e25087c14cbc69229da8ac67f
|