Hello,
i need a freelancer that implement me a new widget bzw. modelclass that can represent a select with hierarichal structure like this:
i know that a implementation like django-mptt can store this in database. I am beginner so i want in my existing model:
class adress(model.Model):
name = model.CharField()
insert a new field with a new model class and then django render in template a new widget like:
http://embed.plnkr.co/BRQtUKbxZdZItLslHflM/ and when i save it also the tree ist stored. When i open update view then the widget is filled.
Please make me an offer to give me this implementation inkl. new widget.
Thanks