MySql Memory tables doubt...

2016-03-20 Thread Jose Galvan
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 q

Re: MySql Memory tables doubt...

2016-03-19 Thread Jose Galvan
to declare it on models.py, the error I had was for another reason. Thanks very much man ! El sábado, 19 de marzo de 2016, 5:57:00 (UTC-5), René Fleschenberg escribió: > > Hi, > > On Wednesday 16 March 2016 12:58:17 Jose Galvan wrote: > > I am developing a web site to

Re: Is Django FrontEnd Skeleton easy to use and integrate ?

2013-08-15 Thread Jose Galvan
personalizado sino el Django Admin es sumamente poderoso (ni que hablar de lo rápido que tendrás una interfaz de gestión de tu modelo) y vi por ahí también que hay un proyecto que lo hacen sumamente atractivo visualmente al Django Admin. (http://grappelliproject.com/) 2013/8/15 Jose Galvan

Is Django FrontEnd Skeleton easy to use and integrate ?

2013-08-15 Thread Jose Galvan
Hi, I am newbie in Django..I already followed the Django's official tutorial but it does not cover enough about front end side, my doubt is if "Django front end skeleton" is suitable to help me and save time in the process to learn all concerning with the front end programming side ?, just an