On Apr 1, 11:19 am, KB 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 all.
>
>
> 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
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 wrote:
> Hi there,
>
> Years ago I wrote a LAMP app using python. I fi
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 menus
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 fo