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

Commit

Permalink
Update README.md with deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
dorav authored Nov 7, 2024
1 parent d1695b5 commit 8a35fd0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ DjangoViz is a Django app that helps you visualize your models and their relatio

![alt text](https://entgo.io/images/assets/erd/edges-quick-summary.png)

> [!WARNING]
> ## Deprecation Notice
> This repository has been deprecated. Please refer to [Atlas Django Provider](https://github.com/ariga/atlas-provider-django#inspect) for Atlas Cloud integration.

## Installation

Expand Down Expand Up @@ -39,4 +43,4 @@ python manage.py djangoviz

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.
**Note**: Ensure that your Django project is properly configured and connected to a database before running the `djangoviz` command.

0 comments on commit 8a35fd0

Please sign in to comment.