yes, table name can a parameter to your function what do you mean by "import this table"?
On Mon, Mar 27, 2017 at 3:41 PM, Det S. Pillner <[email protected]> wrote: > Hi all, > > I work on tools for my job based on Django 1.8.17. In different projects > (with different databases) I use same routine to get some data (config > data). My problem is: the way is every time the same: import model, get > config data from database. The difference is: model name is in every > database different. > > My question: Can I transfer source table name in kwargs params, import > this table and get data? My test means no: table name is ever interpreted > as string. And string has no object property... > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/674a3571-b6b5-4da4-a8ce-0f918e1fe308%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/674a3571-b6b5-4da4-a8ce-0f918e1fe308%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWa6tKs-YKMvKDB_w7-QEtQmb8frkB%3DSbzKobjgjX4u6N_Rmg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

