tuffnatty / xsd_to_django_model

Generate Django models from an XSD schema description (and a bunch of hints)
GNU General Public License v3.0
25 stars 11 forks source link

Allow overriding of BASETYPE_FIELD_MAP #5

Closed bmampaey closed 6 years ago

bmampaey commented 6 years ago

Add option BASETYPE_OVERRIDES in xsd_to_django_model_settings.py to allow overriding the mapping of xsd base type to Django model fields.