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.4.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.4-py3-none-any.whl (40.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_schema_browser-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 b674f7825c707534fddc10851304f05779071fade1945664a597e8769ad3d3fd
MD5 ff772fe4915b0d028297a3e0f60484f3
BLAKE2b-256 6267d7a9306ebe808a7fe46a84b9d3b902dcef86f919b1afe4739221201dd4f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_schema_browser-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 594faf8068588ba18ed0b124f2d4dcba7c5b5f8c0aaa56fbf89a7f65d095d942
MD5 fedc3d381171380ad72374284426f714
BLAKE2b-256 f9b80e183077ff8e73d1e6b0cece1bcff02a7f9b13c7c0ea6fa4e3805ce9b7c4

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