Hi, I don't want any help on how to write my model but I just want to have your opinion about how to do this by the simpliest way. I'm a django beginner.
I have to create an app with django that allows users in front end to create their own forms with a number variable of fields and a variable types of field For example : I've got a staff with many users. These users have to follow some education programs. In this program I have : How to walk How to talk How to sing, etc... In "how to walk", I'll have these fields : Where ? (varChar) When ? (Date) How long ? (Time) Teacher name ? (varChar) User can create many programs with many different fileds. First, I thought tha 3 tables are good : - program_form (name / description ...) - program_fields (field name / form_id / field type ...) - program_datas (datas written by users / field_id) As I don't know django, and I'm also new to python, I cannot see the "pythonic" way to realize this. Thanks for your help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---