Re: Pylons for a seminar registration app?

2007-12-28 Thread Nicolai Richter (Gm)
-- one reply from me and Mike are missing (reason below), I am posting this here anyway in case it may help someone -- Hi Mike, (Groups reply missing) I only got one. I found out why. Google Groups messes up when an opera client (at least MY opera client) submits a reply. It doesn't display

Re: Pylons for a seminar registration app?

2007-12-28 Thread Nicolai Richter (Gm)
Wow, Mike, that was a super helpful reply with a lot of great info, thanks a lot!! I wrote you a reply on my notebook from the livingroom (trying to make xmas compromises ;) ) which was coredumped by opera on the last P. Argh. I'll be a little more brief with this one. Your source may be

Re: Pylons for a seminar registration app?

2007-12-28 Thread Nicolai Richter (Gm)
-- one reply from me and Mike are missing (reason below), I am posting this here anyway in case it may help someone -- Hi Mike, (Groups reply missing) I only got one. I found out why. Google Groups messes up when an opera client (at least MY opera client) submits a reply. It doesn't display

Re: Pylons for a seminar registration app?

2007-12-28 Thread Mike Orr
On Dec 25, 2007 2:36 PM, Nicolai Richter (Gm) [EMAIL PROTECTED] wrote: Helper libs are fine if they're supported in the official documentation. TG and Pylons have a fundamentally different philosophy in this regard. They try to outsource as much as possible, and only write their own

Re: Pylons for a seminar registration app?

2007-12-24 Thread Nicolai Richter (Gm)
Hi Jamie, you wrote: (zookeepr) probably have to hack on it a bit, but: it's pylons, it's CRUD, it exists and thus you won't have to reimplement it all :) That sounds great. After a long bzr download (20 minutes+?) I got it here, fixed some SQLAlchemy changes (some functions were obviously

Re: Pylons for a seminar registration app?

2007-12-24 Thread Mike Orr
On Dec 22, 2007 9:11 PM, Nicolai Richter (Gm) [EMAIL PROTECTED] wrote: I am a python programmer with about 1.5 years part-time python experience and some web site building experience. I am about to take a project of building a seminar registration site for a client. I have already decided I

Re: Pylons for a seminar registration app?

2007-12-23 Thread Jamie Wilkinson
This one time, at band camp, Nicolai Richter (Gm) wrote: The main functions of project will be: The lca2007 website performs a lot of these features already.. You'll probably have to hack on it a bit, but: it's pylons, it's CRUD, it exists and thus you won't have to reimplement it all :) bzr

Pylons for a seminar registration app?

2007-12-22 Thread Nicolai Richter (Gm)
Dear Pylons experts, I am a python programmer with about 1.5 years part-time python experience and some web site building experience. I am about to take a project of building a seminar registration site for a client. I have already decided I want to handle that project in python, but I have a

Re: Registration app

2007-05-01 Thread Shannon -jj Behrens
On 4/28/07, voltron [EMAIL PROTECTED] wrote: Is there a recipe or a tutorial that someone could point me to on how to implement a registration and authentication app for users using pylons? There's AuthKit. I personally found it unsuitable for my needs so I rolled my own. I did make use of

Re: Registration app

2007-05-01 Thread Shannon -jj Behrens
On 5/1/07, Shannon -jj Behrens [EMAIL PROTECTED] wrote: On 4/28/07, voltron [EMAIL PROTECTED] wrote: Is there a recipe or a tutorial that someone could point me to on how to implement a registration and authentication app for users using pylons? There's AuthKit. I personally found it