From 4aa664e5f8fd55a69c47f187e427bc483a9059ec Mon Sep 17 00:00:00 2001 From: Jose Miguel Date: Sun, 10 Jun 2018 23:50:27 +0200 Subject: [PATCH] README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bade84a..3d76e5d 100644 --- a/README.md +++ b/README.md @@ -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