I have about 580 tables and would like to import them using a variable if possible. Say the variable is current_product
. Say for example the current_product = "apples"
how can i get:
from app.models import #####
to import the the apple table please? I apologize in advance if the question is not complex enough for some.