Karrigell can really be recommended. Simple, but powerful. No need for SQL (though it can), just use the pure Python buzhug, Karrigell services and (Cheetah) templates. Works great.regardsAndre
--
http://mail.python.org/mailman/listinfo/python-list
James Stroud a écrit :
> Hello All,
>
> I am interested in setting up a modest invoicing system for some
> consulting I am doing. I like the idea of managing this on the web and
> creating invoices and printing them from a browser. However, I'm not
> really sure where to start. I've played with
Adam Jones wrote:
> John Henry wrote:
> > Hi folks.
> >
> > I am interested on this topic as well.
> >
> > If my application is not database related, what would be a good choice?
> >
> > I have clients that wish to use my Python applications but I am not
> > willing to give them the code. So, I a
James Stroud wrote:
> Hello All,
>
> I am interested in setting up a modest invoicing system for some
> consulting I am doing. I like the idea of managing this on the web and
> creating invoices and printing them from a browser. However, I'm not
> really sure where to start. I've played with some C
James Stroud wrote:
> Hello All,
>
> I am interested in setting up a modest invoicing system for some
> consulting I am doing. I like the idea of managing this on the web and
> creating invoices and printing them from a browser. However, I'm not
> really sure where to start. I've played with so
The most modest way is to use pure Python and interface via CGI with
the web. I would start there.
As you code you will find yourself saying "I wonder if a framework is
out there that already has automated this specific process (say
templating)?", well then you can search and find such a framework
John Henry wrote:
> Hi folks.
>
> I am interested on this topic as well.
>
> If my application is not database related, what would be a good choice?
>
> I have clients that wish to use my Python applications but I am not
> willing to give them the code. So, I am thinking about setting it up
> as
Hi folks.
I am interested on this topic as well.
If my application is not database related, what would be a good choice?
I have clients that wish to use my Python applications but I am not
willing to give them the code. So, I am thinking about setting it up
as a web based application and let th
Hi,
I use Plone/Zope for and interface it with PostgreSQL . its pretty good. saves lot of time. ofcourse the learning curve is steep. Zope uses CSS heavily and since ur comfortable with it it shouldnt take muchtime building the site with much less coding in python.
regards,
KM
On 9/9/06, Ra
On 9/8/06, James Stroud <[EMAIL PROTECTED]> wrote:
> Hello All,
>
> I am interested in setting up a modest invoicing system for some
> consulting I am doing. I like the idea of managing this on the web and
> creating invoices and printing them from a browser. However, I'm not
> really sure where to
James Stroud wrote:
> Hello All,
>
> I am interested in setting up a modest invoicing system for some
> consulting I am doing. I like the idea of managing this on the web and
> creating invoices and printing them from a browser. However, I'm not
> really sure where to start. I've played with some
James Stroud wrote:
> Basically, I want a jump start on data-base oriented web development
> with a focus on applying my python skills.
>
> Any suggestions will be greatly appreciated.
Two very popular frameworks are TurboGears (http://www.turbogears.org)
and Django (http://www.djangoproject.com/
12 matches
Mail list logo