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.5.tar.gz (48.5 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.5-py3-none-any.whl (41.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_schema_browser-0.1.5.tar.gz
  • Upload date:
  • Size: 48.5 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.5.tar.gz
Algorithm Hash digest
SHA256 f8888eaf7a8fc236361ee34404307e1c5e0cadfc1745a0171c2bca32d7f9cccf
MD5 3d03290bed8c4066be283cc421d23f03
BLAKE2b-256 1aa7a0b2ba1e884296556396ca29b7b80d67260ef2310dee9458559814dff71f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_schema_browser-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 051d02314c09a0f6417ab584840de4ef554053bf3602923ad0f07bc5fa07bb62
MD5 97434cfbcb88ab7d0766f6efb47d9ef1
BLAKE2b-256 adaceab080bc71129a27421c54e5ca8477eebe03e8e896cde4c9706755f3ebd3

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