Am 11.11.2016 um 00:14 schrieb [email protected]:
Does turbogears 2.3.9 still support elixir at all? Is it even possible to get that working or is it an absolute requirement to rewrite all the existing model code? I don't believe theres any current documentation on the subject of Elixir(which makes sense), but if I'm wrong could someone point me in the right direction?
You should try to move from Elixir to SQLAlchemy declarative notation which was added later to SQLAlchemy.
Some links: Elixir API reference: http://elixir.ematia.de/apidocs/elixir.html SqlAlchemy: A Simple Tutorial for Elixir http://www.blog.pythonlibrary.org/2010/11/25/sqlalchemy-a-simple-tutorial-for-elixir/ Migrating from Elixir to SQLAlchemy declarative: https://gist.github.com/booherbg/78e46e17b6086c0d285c Hope that helps, -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears. For more options, visit https://groups.google.com/d/optout.

