Skip to main content

Django app to render ER diagram

Project description

App to draw db-schema of selected apps, models.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “django-db-schema-renderer” to your INSTALLED_APPS setting like this::
    INSTALLED_APPS = [

    ‘django_db-schema_renderer’, ‘django.contrib.admin’,

    ]

  2. Add app related urls to your root urls.py

    from django_db_schema_renderer.urls import schema_urls

    urlpatterns = [ … path(“db-schema/”, include((schema_urls, “db-schema”))), …

    ]

  3. Start the development server and visit http://127.0.0.1:8000/admin/ to render db-schema.

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_db_schema_renderer-0.1.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

Supported by

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