Re: implementing dynamic models

2015-03-17 Thread Guilherme Leal
I came up with the same conclusion. Em ter, 17 de mar de 2015 10:56, Django User escreveu: > yes, i did. however, none of those approaches look compelling for a > production system. > > > On Tuesday, March 17, 2015 at 6:06:11 PM UTC+5:30, Guilherme Leal wrote: > >> did you looked into some of th

Re: implementing dynamic models

2015-03-17 Thread Django User
yes, i did. however, none of those approaches look compelling for a production system. On Tuesday, March 17, 2015 at 6:06:11 PM UTC+5:30, Guilherme Leal wrote: > > did you looked into some of these > > > a

Re: implementing dynamic models

2015-03-17 Thread Guilherme Leal
did you looked into some of these aproaches? Em ter, 17 de mar de 2015 às 09:07, Guilherme Leal escreveu: > I REALLY would appreciate some feature like this. If some > developer/engeneer has implemented some

Re: implementing dynamic models

2015-03-17 Thread Guilherme Leal
I REALLY would appreciate some feature like this. If some developer/engeneer has implemented something like it, please share your knowledge. The first thing i would test, is to save the model in a .py file (i think that saving the model might be important for the performance, since the python int

implementing dynamic models

2015-03-17 Thread Django User
hello, we are working on an application where users can register new types of data streams through Django. so it requires a mechanism to create new tables (cassandra) on the fly. what is the best Djangoish way to implement such dynamic models? pls. let us know. thanks in advance. -- You recei