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")),
)

Important, if the user is not a superuser, the user must have the django_schema_browser.view_schema permission. Be sure to add it to the user our user's group via the admin interface.

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.6.tar.gz (49.4 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.6-py3-none-any.whl (42.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_schema_browser-0.1.6.tar.gz
  • Upload date:
  • Size: 49.4 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.6.tar.gz
Algorithm Hash digest
SHA256 868da828367971da6fbc9b6365f5ae599e989598f65977eab845655168e451cd
MD5 236db717f96ca675357e906408c4de3f
BLAKE2b-256 293b2bd8ded2f196d3348a5bc9f20fa17439427da5275174e884d493d3b905f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_schema_browser-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 9f7085bedaae8690a3841085740798edf7e4b7cc36038920f15d656d68cb2786
MD5 d5e1058013ff5fb1c055d2289b69a16f
BLAKE2b-256 85faf3ef532b853ec73ac34fa85c6666561ac08fe0170827d5867b897d91ff56

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