Re: CGI templating with python

2010-04-02 Thread Aaron Watters
On Apr 1, 11:19 am, KB ke...@nekotaku.com wrote: Django will probably get you where you want to go the fastest:    http://www.djangoproject.com/ In particular, its admin interface will probably automatically generate a usable UI for you without your having to write many templates at

Re: CGI templating with python

2010-04-01 Thread Someone Something
Cheetah would work, but it would be a major pain to debug (I hate those 500 Server Error pages) something django (as mentioned above) or turbogears (with Kid) would get you rolling quickly. On Wed, Mar 31, 2010 at 8:38 PM, KB ke...@nekotaku.com wrote: Hi there, Years ago I wrote a LAMP app

Re: CGI templating with python

2010-04-01 Thread KB
Django will probably get you where you want to go the fastest:    http://www.djangoproject.com/ In particular, its admin interface will probably automatically generate a usable UI for you without your having to write many templates at all. Robert, Thank you very very much. I had a brief

CGI templating with python

2010-03-31 Thread KB
Hi there, Years ago I wrote a LAMP app using python. I find I need a simple web data entry tool to store records (stock research) and when I enter a stock ticker, to pull up all the past research I have done. I am imagining fields like ticker, date, pulldown menus for various options, long text

Re: CGI templating with python

2010-03-31 Thread Robert Kern
On 2010-03-31 19:38 , KB wrote: Hi there, Years ago I wrote a LAMP app using python. I find I need a simple web data entry tool to store records (stock research) and when I enter a stock ticker, to pull up all the past research I have done. I am imagining fields like ticker, date, pulldown