Skip to content
/ uml2dj Public

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

License

Notifications You must be signed in to change notification settings

zionist/uml2dj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages