ColanderAlchemy 0.2a1 released!

2013-04-16 Thread Stefano Fontanelli
Hi all, ColanderAlchemy 0.2a1 has been released on PyPi. We are waiting feedbacks to add/remove/change features before reach beta version. You can find changelog here: https://github.com/stefanofontanelli/ColanderAlchemy/blob/master/CHANGELOG.txt You can find new doc here:

Re: Pyramid application with MySQL (SqlAlchemy) in Windows

2012-05-29 Thread Stefano Fontanelli
...@gmail.com */ -- Stefano Fontanelli Asidev S.r.l. Viale Rinaldo Piaggio, 32 - 56025 Pontedera (Pisa) Tel. (+39) 333 36 53 294 Fax. (+39) 0587 97 01 20 E-mail: s.fontane...@asidev.com Skype: stefanofontanelli Twitter: @stefontanelli LinkedIn: http://it.linkedin.com/in/stefanofontanelli -- You received

Re: Admin Backend for Pyramid

2012-05-23 Thread Stefano Fontanelli
about formalchemy. I hope to send updates soon on this list. Stefano. -- Stefano Fontanelli Asidev S.r.l. Viale Rinaldo Piaggio, 32 - 56025 Pontedera (Pisa) Tel. (+39) 333 36 53 294 Fax. (+39) 0587 97 01 20 E-mail: s.fontane...@asidev.com Skype: stefanofontanelli Twitter: @stefontanelli LinkedIn

Re: What about a pyramid collective ?

2012-04-12 Thread Stefano Fontanelli
more visibility within the community. +1 to Domen and Michael. It's important to have and easy way to find Pyramid addons and a service like opencomparison.org could be a good choice. -- Stefano Fontanelli Asidev S.r.l. Viale Rinaldo Piaggio, 32 - 56025 Pontedera (Pisa) Tel. (+39) 333 36 53 294

ColanderAlchemy 0.1.0 alpha released.

2012-03-25 Thread Stefano Fontanelli
and any help is appreciate :) Regards, Stefano -- Stefano Fontanelli E-mail: s.fontane...@asidev.com Website: http://www.asidev.com Skype: stefanofontanelli Twitter: @stefontanelli LinkedIn: http://www.linkedin.com/in/stefanofontanelli -- You received this message because you are subscribed

Re: MySQL has gone away errors - any tips?

2011-11-02 Thread Stefano Fontanelli
Il 02/11/11 18.54, Benjamin Sims ha scritto: My ini file contains: sqlalchemy.pool_recycle = 30 Hi Benjamin, did you try to increase pool_recycle? In our applications we use 'sqlalchemy.pool_recycle = 3600' Regards, Stefano. -- Ing. Stefano Fontanelli Asidev S.r.l. Via Osteria Bianca

Re: pyramid development environment

2011-10-29 Thread Stefano Fontanelli
/virtualenvwrapper/ Regards, Stefano. -- Stefano Fontanelli Asidev S.r.l. E-mail: s.fontane...@asidev.com Web: www.asidev.com Skype: stefanofontanelli Linkedin: linkedin.com/in/stefanofontanelli -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post

Re: in defense of traversal

2011-10-12 Thread Stefano Fontanelli
from URL Dispatch to Traversal is the best thing we did during the porting of our SEO-CMS from Pylons to Pyramid. Thank you for it! -- Ing. Stefano Fontanelli Asidev S.r.l. Via Osteria Bianca, 108/A 50053 Empoli (Firenze) Tel. (+39) 333 36 53 294 Fax. (+39) 0571 1 979 978 E-mail: s.fontane

Re: Colander, question about self-referential schema

2011-08-01 Thread Stefano Fontanelli
' ) Once you have the data in and validated, you would then use it to build your SQLAlchemy relations as normal. Hope this makes sense. Ben On 31 July 2011 22:16, Stefano Fontanelli s.fontane...@asidev.com

Colander, question about self-referential schema

2011-07-31 Thread Stefano Fontanelli
Hi folks, I'm a n00b in colander use, therefore forgive my simple question :) I'm trying to convert a SQLAlchemy schema in colander version. Is it possible to reproduce the schema written below, in pseudo code? class Category(colander.MappingSchema): name =

Re: Pyramid and Paster setup-app command

2011-07-26 Thread Stefano Fontanelli
Il 25/07/11 21.40, Mike Orr ha scritto: On Sat, Jul 23, 2011 at 3:39 PM, Stefano Fontanelli s.fontane...@asidev.com wrote: Hi folks, I used Pylons since 2009 but I'm porting my Pylons applications to Pyramid now. I searched on the website, pylons-devel and pylons-discuss ML but I didn't find

Re: Pyramid and Paster setup-app command

2011-07-26 Thread Stefano Fontanelli
Il 26/07/11 20.14, Mike Orr ha scritto: On Tue, Jul 26, 2011 at 4:35 AM, Stefano Fontanelli s.fontane...@asidev.com wrote: I will download Akhet to check the code of the top-level script. I didn't find anything about the new alternative to paster. Are they public/open to the community? I

Pyramid and Paster setup-app command

2011-07-25 Thread Stefano Fontanelli
Hi folks, I used Pylons since 2009 and I'm porting my old Pylons applications to Pyramid now. I searched on the website, pylons-devel and pylons-discuss ML but I didn't find anything which can help me. What is the best practice to setup my Pyramid application (create database, fill it