Hi Eddilbert, I'm the author of django-mutant. May I ask you what exactly you're trying to achieve with this application?
Creating new field should be as simple as importing a field definition subclass from a contrib.* application. e.g. from mutant.contrib.text import CharFieldDefinition CharFieldDefinition.objects.create(model_def=<your_ModeDefinition_instance>, name='mycharfield', max_length=100) Simon Le mercredi 30 avril 2014 04:12:27 UTC-4, Eddilbert Macharia a écrit : > > Hello Guys, > > I'm trying to create dynamic models using django-mutant and im having alot > problem understandingg what is really happening, i have tried the provided > guide http://integricho.github.io/2013/07/22/mutant-introduction/ but i'm > still confused, is there any one out there who understands on how to use > this app. > > The part of creating the actual table i understand but creating the > columns/fields is really giving headache. please assist > > > Regards > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/47785a2a-f780-4430-a585-07a42a6c2846%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

