Hi all, I had read some posts about create dinamically fields in this group and also read http://code.djangoproject.com/wiki/DynamicModels but I don't sure how to proceed in my case, so any help will be apreciated.
I have a list of variables and I need to save theirs values every some seconds, the problems is that the list of variable is also variable and must be defined by the admin. So I need tables about following sample in the database: table: variables ---------------------- id,name 1,a 2,b 3,c table:logs -------------- timestamp,var_a,var_b,var_c 12-11-2010 16:50:00,1,2,3 12-11-2010 16:55:00,3,4,2 then admin decide to add a variable with name 'd', and from the admin interface. what is the best way to accomplish it? thanks Julio Cesar -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.