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 is necessary to insert data in two different tables? What > about changing page. Would it be possible for the future defining a > special model which would be a field copy in two different tables? > Solution searched also for delete...
Maybe this will work for you: edit only one table, use triggers in db to insert/update/delete rows in other table. Best regards, Jacek. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---