[pylons-discuss] Re: Forms and Validation With Deform ???

2015-05-11 Thread Sascha Gottfried
Thanks to everybody advocating deform. Somehow I could not gather all the information that you emphasized. Your replies gave me much more confidence to use deform than I could create myself just browsing the web. Am Montag, 11. Mai 2015 17:45:45 UTC+2 schrieb Jonathan Vanasco: > > Developers als

Re: [pylons-discuss] Forms and Validation With Deform ???

2015-05-11 Thread Sascha Gottfried
015 10:55:11 UTC+2 schrieb Andreas Kaiser: > > On 11 May 2015, at 10:08, Sascha Gottfried wrote: > > > I know that kotti & substance-d use deform extensively. > > I really like the demo site for deform2.0a2 > > <http://deform2demo.repoze.org/> > >

[pylons-discuss] Forms and Validation With Deform ???

2015-05-11 Thread Sascha Gottfried
I want to add schema-driven, autogenerated forms with validation to my prototyped pyramid application using ZODB for persistence. I already have experience with deform<=1.999, since I worked quite a bit with it while working with ToDoPyramid tutorial

Re: [pylons-discuss] Re: webassets or fanstatic?

2014-10-28 Thread Sascha Gottfried
This is the announcement of the package from the author... http://blog.startifact.com/posts/announcing-bowerstatic.html On Tue, Oct 28, 2014 at 11:16 AM, Sascha Gottfried < sascha.gottfr...@googlemail.com> wrote: > Today I found bowerstatic, successor of fanstatic, and want to highli

Re: [pylons-discuss] Re: webassets or fanstatic?

2014-10-28 Thread Sascha Gottfried
Today I found bowerstatic, successor of fanstatic, and want to highlight the history page of the docs. It is a great introduction into the topic and gives answers to some questions found in this thread. - Bowerstatic@readthedocs - History

[pylons-discuss] Configure celery tasks to use ZODB/ZEO setup

2014-05-13 Thread Sascha Gottfried
Having a pyramid application that runs a ZEO client to access a ZODB backend I want to offload long running import task from pyramid to celery. I am already using pyramid_celery to start web application and celery worker from a single source of configuration. * pserve development.ini * pceleryd

[pylons-discuss] TodoPyramid needs you !

2014-04-04 Thread Sascha Gottfried
Dear pyramid developers, do you think that for someone learning pyramid there are besides the well written docs enough sample applications & tutorials? I do not think this with regards to an intermediate developers looking for an advanced application. Many of you probably know pyramid applicati

Re: [pylons-discuss] Re: webassets or fanstatic?

2014-03-12 Thread Sascha Gottfried
headers is really great for caching and > making sure you never serve stale assets or mixed old/new assets. > > > On Wed, Mar 12, 2014 at 6:24 AM, Sascha Gottfried < > sascha.gottfr...@googlemail.com> wrote: > >> Thanks for sharing your experience. Obviously a lo

Re: [pylons-discuss] Re: webassets or fanstatic?

2014-03-12 Thread Sascha Gottfried
m this group and all its topics, send an email to > pylons-discuss+unsubscr...@googlegroups.com. > To post to this group, send email to pylons-discuss@googlegroups.com. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. >

[pylons-discuss] webassets or fanstatic?

2014-03-11 Thread Sascha Gottfried
s that mean? I am actually not able to find similar bundles made with webassets. I want to go for the solution that is mature, but still under development and provides a lot of packages in PyPI? What is your recommendation? Thanks in advance Best regards, Sascha -- You received this message b

Re: how to build up a pyramid resource tree for a traversal based application that is available during whole application runtime

2013-01-16 Thread Sascha Gottfried
That makes the difference. Thank you! Am Dienstag, 15. Januar 2013 18:21:30 UTC+1 schrieb Wyatt Baldwin: > > On Tuesday, January 15, 2013 4:39:50 AM UTC-8, Sascha Gottfried wrote: >> >> Hello group, >> I am looking for a way to build up and keep my domain model in memory

how to build up a pyramid resource tree for a traversal based application that is available during whole application runtime

2013-01-15 Thread Sascha Gottfried
Hello group, I am looking for a way to build up and keep my domain model in memory during pyramid serves my application. This time I do not want to use a SQL database or ZODB as the persistence layer. I currently maintain an URL dispatch based pyramid app using ZODB - this is where my current py

Re: Cluegun App Example Security

2011-04-18 Thread Sascha
Never mind, please. My app's cookie was interfering with the Cluegun cookie. It's probably a good idea to change the cookie_name when initiating the authentication policy. After doing that, everything worked as expected. Thanks! -- You received this message because you are subscribed to the Googl

Re: Cluegun App Example Security

2011-04-18 Thread Sascha
context for principals ['system.Everyone'] This takes me again to the login screen. This is weird, no? On Apr 18, 11:01 am, Michael Merickel wrote: > FWIW I just cloned and ran cluegun for the first time using "paster serve > development.ini" in a new virtualenv and it ran

Re: Cluegun App Example Security

2011-04-18 Thread Sascha
7;, 'admin', 'manage')] on context for principals ['system.Everyone'] The ACL of the Foo object is defined as: __acl__ = [ (Allow, Everyone, 'view'), (Allow, Authenticated, 'manage'), (Allow, 'admin', 'manage') ] Why does Py

Cluegun App Example Security

2011-04-17 Thread Sascha
e, it should be possible to log in with admin/admin. That seems to work, I am not getting a message that this fails. However, I am again presented with the login screen. It seems to me that there is a glitch somewhere. Can anybody confirm this, please? Thanks, Sascha -- You received this message be