Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Miguel committed Jun 10, 2018
1 parent c2877e9 commit 4aa664e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
- Auto-generate **Django Model Class**.
- Auto-generate attributes with the suitable **type**, using standard ``Djando Model Field``, provided by Django ORM.
- Generate **inheritance**, (if not exist by default ``models.Model``).
- Generate **relationship**, using **cardinality**, create suitable field, ``OneToOne``, ``ForeingKey`` and ``ManyToMany``.
- Generate **relationship**, using **cardinality**, create suitable fields, ``OneToOne``, ``ForeingKey`` and ``ManyToMany``.
- Auto add attributes in **Meta** models, using ``tags``.
- Auto add aditional **params** to model attributes and model relationships fields using defined ``tags``.


## Requirements

To run auto-generate field with suitable ``Django Mode Field``, is necesary
have loaded a diagram with a class for each basic type.
To run auto-generate field with suitable ``Django Mode Field``, is necesary to
have a diagram with a class for each basic type loaded.

Can download this squeme with [basic types class](https://raw.githubusercontent.com/josemlp91/staruml-django/master/assets/basictypes.mdj)
You could download this scheme with [basic class types](https://raw.githubusercontent.com/josemlp91/staruml-django/master/assets/basictypes.mdj)

### Basic Types

Expand Down

0 comments on commit 4aa664e

Please sign in to comment.