LiuDeng / uml2dj

Tool for convertation from uml xml (UML version 2.*) to django models with pk and inheritance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uml2dj for generating django models from genmymodel.com uml xmls

Tool for convertation from uml xml (UML version 2.*) to django models with pk and inheritance

Type mapping:

  • Integer -> IntegerField
  • Date -> DateField
  • Char -> CharField
  • String -> CharField
  • ByteArray -> DateTimeField

About

Tool for convertation from uml xml (UML version 2.*) to django models with pk and inheritance

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%