Re: How to do user defined fields in Django?

2010-06-18 Thread Richard Shebora
This project seems like what you want, but i am not sure if it is still maintained or stable. It is at least a very interesting piece of code. http://freshmeat.net/projects/wikidbase/ Thanks, Richard Shebora On Fri, Jun 18, 2010 at 4:32 PM, zweb wrote: > I want users

How to do user defined fields in Django?

2010-06-18 Thread zweb
I want users of my app to be able to define their own fields in addition to the already existing fields. These fields will be displayed on webpage, in form and saved in database. Fields can be of any of the standard types. Any way to do it in django? -- You received this message because you

Re: User Defined Fields in django

2006-06-06 Thread clkratz
Hello, I appreciate the suggestion, but I think that would give up all the usefullness of the framework for those fields. Also, for reporting purposes the data really needs to be in standard database tables, columns and rows. I think I'm going to hack around in the code a bit and see if I can

Re: User Defined Fields in django

2006-06-01 Thread [EMAIL PROTECTED]
I consider, user defined fields maybe can use one large text field of XML --~--~-~--~~~---~--~~ 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

User Defined Fields in django

2006-05-31 Thread clkratz
Hello All, I am contemplating rewriting a web application in django. One of the core features of this application is that different groups of people share the same database. The application is the same for each group of people, but the users may define user defined fields that are only visible