Hi everyone, i'm trying to use elixir in turbogears, i have a simple model working with qt4, but i want to use it through the web also.
I've made a little test, but i think that i have to change something in the package model, in the file __init__.py. Do i need to change the whole file or can i use the stuff within? Another thing, the bind data, can i use directly from the config['pylons.app_globals'].sa_engine as sqlalchemy does? If anyone has a sample __init__.py file and a simple model that works i'll be very thankful, because the rest of the things, i think, will be the same as in my qt4 application. I'll try a couple of things and if i cannot manage to get a simple CRUD model in turbogears with elixir i'll use sqlalchemy definitions, but a direct translation would be perfect for future apps. Thanks in advance. -- _________________________________________ CONFIDENCIALIDAD La información contenida en este mensaje y/o archivo(s) adjunto(s) es confidencial/privilegiada y está destinada a ser leída sólo por la(s) persona(s) a la(s) que va dirigida. Si usted lee este mensaje y no es el destinatario señalado, el empleado o el agente responsable de entregar el mensaje al destinatario, o ha recibido esta comunicación por error, le informamos que está totalmente prohibida, y puede ser ilegal, cualquier divulgación, distribución o reproducción de esta comunicación, y le rogamos que nos lo notifique inmediatamente y nos devuelva el mensaje original a la dirección arriba mencionada. Virus: Aunque hemos tomado las medidas para asegurarnos que este correo electrónico y sus ficheros adjuntos están libres de virus, le recomendamos que a efectos de mantener buenas prácticas de seguridad, el receptor debe asegurarse que este correo y sus ficheros adjuntos están libres de virus. -- You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en.
