Skip to main content

A visualization tool.

Project description

djangoviz

DjangoViz is a Django app that helps you visualize your models and their relationships using Atlas Cloud.

alt text

Installation

  1. Install the djangoviz package:
pip install djangoviz

Configuration

  1. Add djangoviz to your Django project's INSTALLED_APPS in settings.py:
INSTALLED_APPS = [
    ...,
    'djangoviz',
    ...
]

Usage

  1. Generate the visualization by running the djangoviz management command:
python manage.py djangoviz
'Here is a public link to your schema visualization: https://gh.atlasgo.cloud/explore/13b2e709'

This command will create a visual representation of your projects database schema using Atlas Cloud. You can now easily view and explore the relationships between your models.

Note: Ensure that your Django project is properly configured and connected to a database before running the djangoviz command.

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

djangoviz-0.1.1.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

djangoviz-0.1.1-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

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