Skip to main content

Browse Django apps, models, fields, and reverse relations from a dedicated frontend.

Project description

django-schema-browser

django-schema-browser adds a web interface to introspect Django apps, their models, fields, and reverse relations.

Installation

pip install django-schema-browser

Configuration

In settings.py:

INSTALLED_APPS = [
    # ...
    "django_schema_browser",
]

In the project's urls.py:

from django.urls import include, path
from django.conf.urls.i18n import i18n_patterns

urlpatterns += i18n_patterns(
    path("schema/", include("django_schema_browser.urls")),
)

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_browser-0.1.3.tar.gz (48.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_schema_browser-0.1.3-py3-none-any.whl (40.9 kB view details)

Uploaded Python 3

File details

Details for the file django_schema_browser-0.1.3.tar.gz.

File metadata

  • Download URL: django_schema_browser-0.1.3.tar.gz
  • Upload date:
  • Size: 48.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.12

File hashes

Hashes for django_schema_browser-0.1.3.tar.gz
Algorithm Hash digest
SHA256 971dc518a0c807a4d8c91502e60963632d01857a6d548a892f91574c20c96f88
MD5 e6ca834deb4d76829ff4bfbaacd33956
BLAKE2b-256 5bfaf677f5d5c147c690abf0ef7b7553f7e4459bcb8fb25458371ed9e19ca488

See more details on using hashes here.

File details

Details for the file django_schema_browser-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for django_schema_browser-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6bb6a924dbbb3f37c44fb8aee6ada4c46c26c31209a294216e24c9cbf843fb30
MD5 4a4479294d68a3a3cba48f69d8be4eb2
BLAKE2b-256 38c58a2e76a721d7b2fddba98192f96c3cfbee6d2073ba0c03e761bd86a84ae5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page