Re: django-mutant

2014-05-02 Thread Eddilbert Macharia
Hi Simon, Sorry for the delayed response, I am trying to create a data collection system. i wanted the user to be able to create their models based on the data they want to collect. i followed the tutorial and also tried the sample application from the tutorial but i got the following error.

Re: django-mutant

2014-04-30 Thread Simon Charette
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 CharField

django-mutant

2014-04-30 Thread Eddilbert Macharia
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 u