Monday, March 27, 2017

Is it possible to write generic module?

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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment