Official First (alpha) Release of Restler, a RESTful Base Controller for Pylons

2007-04-17 Thread __wyatt
Restler is a base controller for Pylons projects that provides a set of default RESTful actions that can be overridden as needed. It also handles database connectivity as long as a few simple rules are followed. It adds a bit of 'convention-over-configuration' to Pylons and takes some

webhelpers

2007-04-17 Thread Antipin Aleksei
Hi I configured Pylons to be used with Mako. It works greate, but I can't make webhelpers work. In an inhereted template I had simple login form- it was rendered as I expected. Then I tried to switch to using webhelpers to generate the same form. But it doesn't work for me. I added to helpers.py

Re: Pylon with Apache

2007-04-17 Thread durumdara
Hi! Jose Galvez írta: as fare as odbc is concerned, pylons or any other web framework really has nothing to do with it, thats up to python and DB2 support. If your on the windows platform ODBC can be done with the win32all package and there is also the mxODBC package. On linux I'm not

Re: Automatic database administration tool

2007-04-17 Thread Vitaliy Yermolenko
Hi, On Apr 16, 11:51 am, nyo [EMAIL PROTECTED] wrote: [skipped] I set up a project's Trac and Subversion (thanks to DevjaVu!):http://adminpylon.devjavu.com/ [skipped] I believe that project might be very useful, especially when it will be possibility to create m-n entity relationships by

Re: Automatic database administration tool

2007-04-17 Thread Dan Korostelev
Oh, sorry, I fixed it :) The name for the project is AdminPylon (like there's many Pylons and I'm adding another one - the Admin Pylon). Well, I guess the name is not final, just the first I thinked out. :) What do you mean by create m-n entity relationships by drag-and-drop? What's m-n? BTW,

Re: Automatic database administration tool

2007-04-17 Thread Dan Korostelev
On 4/17/07, bjpirt [EMAIL PROTECTED] wrote: On Apr 17, 9:53 am, Dan Korostelev [EMAIL PROTECTED] wrote: Well what if the primary key is defined by user on object creation? I guess we should have an option on making it visible/invisible. I guess we can make the primary_key invisible by

Re: Automatic database administration tool

2007-04-17 Thread Vitaliy Yermolenko
Hi Dan, On Apr 17, 9:56 pm, Dan Korostelev [EMAIL PROTECTED] wrote: Oh, sorry, I fixed it :) The name for the project is AdminPylon (like there's many Pylons and I'm adding another one - the Admin Pylon). Well, I guess the name is not final, just the first I thinked out. :) What do you

workflow engine?

2007-04-17 Thread [EMAIL PROTECTED]
Hi, I was wondering if pylons has support for a workflow engine, such as authors to write documents, editors to approve and publish documents, and managers to monitor activity and make sure everyone plays fair. It appears that pylons already has excellent web publishing features, but workflow

Re: workflow engine?

2007-04-17 Thread Ben Bangert
On Apr 17, 2007, at 1:24 PM, [EMAIL PROTECTED] wrote: It appears that pylons already has excellent web publishing features, but workflow is very important when you are constantly changing documents from a pool of about 15,000 documents. Does pylon have support for such a feature? None that

Re: standard framwork things

2007-04-17 Thread rtconner
Ok. I'm going to try to write myself a full featured blog with Pylons. We'll see how that goes :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to

Re: Pylon with Apache

2007-04-17 Thread Sean Davis
On 4/17/07, durumdara [EMAIL PROTECTED] wrote: Hi! Jose Galvez írta: as fare as odbc is concerned, pylons or any other web framework really has nothing to do with it, thats up to python and DB2 support. If your on the windows platform ODBC can be done with the win32all package and

Re: webhelpers

2007-04-17 Thread Shannon -jj Behrens
And can anyone tell is there any advantages of using webhelper for generating html instead of simple html code. I'm using Genshi instead of Mako, but if I were using Mako, I would use Web helpers because a) they're convenient b) they're a great way to ensure that data gets properly escaped.

Re: Pylon with Apache

2007-04-17 Thread Shannon -jj Behrens
On 4/17/07, durumdara [EMAIL PROTECTED] wrote: Hi! Jose Galvez írta: as fare as odbc is concerned, pylons or any other web framework really has nothing to do with it, thats up to python and DB2 support. If your on the windows platform ODBC can be done with the win32all package and

Re: difficulties load paste app config

2007-04-17 Thread Max Ischenko
Hello Ian, On 4/17/07, Ian Bicking wrote: Max Ischenko wrote: File /home/max/projects/dou-trunk/site/doupy/doupy/websetup.py, line 54, in command app_conf = appconfig('config:'+name, relative_to=conf_dir) File /usr/lib/python2.4/site-packages/PasteDeploy-1.3-py2.4.egg/

Re: difficulties load paste app config

2007-04-17 Thread Ian Bicking
Max Ischenko wrote: Hello Ian, On 4/17/07, *Ian Bicking* wrote: Max Ischenko wrote: File /home/max/projects/dou-trunk/site/doupy/doupy/websetup.py, line 54, in command app_conf = appconfig('config:'+name, relative_to=conf_dir) File

Re: difficulties load paste app config

2007-04-17 Thread Max Ischenko
Hi, On 4/18/07, Ian Bicking [EMAIL PROTECTED] wrote: OK, i have rewritten it using pipeline: idiom. The TypeError is gone but the app_conf returned still shows only 7 DEFAULT entries and none of my application keys. You'll have to point to your #mainapp configuration section; it can't