Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
/ djangoviz Public archive

Visualize DjangoViz schemas with beautiful ERDs on atlasgo.cloud

License

Notifications You must be signed in to change notification settings

ariga/djangoviz

Repository files navigation

djangoviz

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

alt text

Warning

Deprecation Notice

This repository has been deprecated. Please refer to the Atlas Django Provider documentation for up to date instructions.

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.

About

Visualize DjangoViz schemas with beautiful ERDs on atlasgo.cloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages