Hi, I am developing a web site to make queries and create new entries in a old Mysql order entry system so I need to use the Raw SQL django functionality more than ORM.
In the process I need to use a temporary mysql table ( like a memory table that is alive while the session is active), my question is : In order to manipulate it, Do I need to declare this table in the models.py like any other table ? Anybody with experience in this ? Any guidance will be greatly appreciated. TIA Jose -- 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/1292c02c-2322-4b75-9f95-2a35a0681d39%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

