djangoviz


Namedjangoviz JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryA visualization tool.
upload_time2023-05-17 13:30:27
maintainer
docs_urlNone
author
requires_python>=3.6.0
license
keywords django erd visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # djangoviz

DjangoViz is a Django app that helps you visualize your models and their relationships using [Atlas Cloud](https://gh.atlasgo.cloud).

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


## Installation

1. Install the `djangoviz` package:

```bash
pip install djangoviz
```

## Configuration

2. Add `djangoviz` to your Django project's `INSTALLED_APPS` in `settings.py`:

```python
INSTALLED_APPS = [
    ...,
    'djangoviz',
    ...
]
```

## Usage

3. Generate the visualization by running the `djangoviz` management command:

```bash
python manage.py djangoviz
```

```python
'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.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "djangoviz",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.0",
    "maintainer_email": "",
    "keywords": "django,erd,visualization",
    "author": "",
    "author_email": "Yoni Davidson <y@ariga.io>",
    "download_url": "https://files.pythonhosted.org/packages/fd/24/0c9cf5b4dac342aaf7023d86a007921b57cedc93874f19a4cc2c204d1e83/djangoviz-0.1.0.tar.gz",
    "platform": null,
    "description": "# djangoviz\n\nDjangoViz is a Django app that helps you visualize your models and their relationships using [Atlas Cloud](https://gh.atlasgo.cloud).\n\n![alt text](https://entgo.io/images/assets/erd/edges-quick-summary.png)\n\n\n## Installation\n\n1. Install the `djangoviz` package:\n\n```bash\npip install djangoviz\n```\n\n## Configuration\n\n2. Add `djangoviz` to your Django project's `INSTALLED_APPS` in `settings.py`:\n\n```python\nINSTALLED_APPS = [\n    ...,\n    'djangoviz',\n    ...\n]\n```\n\n## Usage\n\n3. Generate the visualization by running the `djangoviz` management command:\n\n```bash\npython manage.py djangoviz\n```\n\n```python\n'Here is a public link to your schema visualization: https://gh.atlasgo.cloud/explore/13b2e709'\n```\n\nThis 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.\n\n**Note**: Ensure that your Django project is properly configured and connected to a database before running the `djangoviz` command.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A visualization tool.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/ariga/djangoviz"
    },
    "split_keywords": [
        "django",
        "erd",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bb9cbf7caed8ee9a06c3fa8ebaf5b07a85731c679ccc39e1456fc04c439b3d7",
                "md5": "cabb2e53eb7a29850d5a8befbe2c1a4a",
                "sha256": "408d59a34dd0541593d210ab156e3962fee5fc7436f470aedcc6f941d8eae376"
            },
            "downloads": -1,
            "filename": "djangoviz-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cabb2e53eb7a29850d5a8befbe2c1a4a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.0",
            "size": 8622,
            "upload_time": "2023-05-17T13:30:26",
            "upload_time_iso_8601": "2023-05-17T13:30:26.251334Z",
            "url": "https://files.pythonhosted.org/packages/7b/b9/cbf7caed8ee9a06c3fa8ebaf5b07a85731c679ccc39e1456fc04c439b3d7/djangoviz-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd240c9cf5b4dac342aaf7023d86a007921b57cedc93874f19a4cc2c204d1e83",
                "md5": "31244e79a15cef5106ebd73ed0b7f3f1",
                "sha256": "b333a5b2e91656b347d4c05608604dbd60a4a4ef7ed4a23c8eedbfc38bb7a0d9"
            },
            "downloads": -1,
            "filename": "djangoviz-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "31244e79a15cef5106ebd73ed0b7f3f1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.0",
            "size": 14784,
            "upload_time": "2023-05-17T13:30:27",
            "upload_time_iso_8601": "2023-05-17T13:30:27.479665Z",
            "url": "https://files.pythonhosted.org/packages/fd/24/0c9cf5b4dac342aaf7023d86a007921b57cedc93874f19a4cc2c204d1e83/djangoviz-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-17 13:30:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ariga",
    "github_project": "djangoviz",
    "github_not_found": true,
    "lcname": "djangoviz"
}
        
Elapsed time: 0.06773s