Skip to main content

A Django app to generate PlantUML diagram of project models.

Reason this release was yanked:

remove development debug settings

Project description

django-model2puml app is a generator of project models structure in PlantUML class notation.

Quick start

  1. Add “uml_generator” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'puml_generator',
    ]
  2. Run django management command generate_puml like this ./manage.py generate_puml

Params:

--file - output file
--add-help - to add docstrings to diagram
--add-choices - to add Choices description of fields to diagram

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-model2puml-0.1.7.tar.gz (6.9 kB view hashes)

Uploaded Source

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