Re: Recommended way for data duplication within forms

2007-09-04 Thread Jacek Trzmiel
Dan-Cristian Bogos wrote: > got one situation when I need to keep two different tables with > usernames and passwords, one with unencrypted and the other with > django auth tables (therefore ecrypted recommended). > What is the preferred way of doing data duplication when from the same > form it i

Recommended way for data duplication within forms

2007-09-04 Thread Dan-Cristian Bogos
Hi All, got one situation when I need to keep two different tables with usernames and passwords, one with unencrypted and the other with django auth tables (therefore ecrypted recommended). What is the preferred way of doing data duplication when from the same form it is necessary to insert data