/uml2dj

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

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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