Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 312 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 312 Bytes

xml-models-example

Example Django app that uses dynamic models generated from XML file.

The models are available in django_xml_models module scope, use standart ModelManager, use automatically generated forms, are automatically registered in django admin, can be used with syncdb and south.