Skip to main content

A Django app to generate PlantUML class diagrams of installed apps models.

Project description

Django models to PlantUML is a Django application which provides a management command to generate a PlantUML class diagram based on the install apps Django models. For more information about the PlantUML tool and text format https://plantuml.com

Installation & usage

  1. to use the application first you need to install it in your environment using pip

pip install django_modesl2puml

  1. Add the application to your settings INSTALLED_APPS::
    INSTALLED_APPS = [

    … ‘django_models2puml’,

    ]

  2. Use the newly available management command using manage.py:

    ./manage.py generatepuml --apps <Installed app name(s)>
  3. The output of the command is a plantUML text description of a class diagram of your installed apps models

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_models2puml-0.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

django_models2puml-0.1-py3-none-any.whl (13.9 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