Re: Is there an obvious way to do this in python?
- From: "H J van Rooyen" <mail@xxxxxxxxxxxxxxx>
- Date: Mon, 7 Aug 2006 09:28:57 +0200
"Bruno Desthuilliers" <bdesth.quelquechose@xxxxxxxxxxxxxxxxxxx>
H J van Rooyen a écrit :
"Dennis Lee Bieber" <wlfraed@xxxxxxxxxxxxx> wrote:(snip)
| If you go the web application route, each "login" would use a cookie
| to control session, so the application server can determine what
| functions to present to the user. You might even be able to use
| something like Plone to build the application server; it already has
| capability to present different views based upon login.
Know squat about Plone - another thing to add to my list of reading *sigh*
Well, actually, I would not bother too much reading about Plone here -
Plone is (fairly complex and somewhat slow) CMS built on top of Zope,
which is itself a web application server that's not easy to get started
with and is (IMHO) definitively much more suited to CMS than to
accounting apps.
*deletes the reference to Plone from the little text file*
- Thanks
.
- References:
- Is there an obvious way to do this in python?
- From: H J van Rooyen
- Re: Is there an obvious way to do this in python?
- From: Bruno Desthuilliers
- Re: Is there an obvious way to do this in python?
- From: H J van Rooyen
- Re: Is there an obvious way to do this in python?
- From: Nick Vatamaniuc
- Re: Is there an obvious way to do this in python?
- From: H J van Rooyen
- Re: Is there an obvious way to do this in python?
- From: H J van Rooyen
- Re: Is there an obvious way to do this in python?
- From: Bruno Desthuilliers
- Is there an obvious way to do this in python?
- Prev by Date: Re: Proposal: [... for ... while cond(x)]
- Next by Date: Re: Proposal: [... for ... while cond(x)]
- Previous by thread: Re: Is there an obvious way to do this in python?
- Next by thread: Re: Is there an obvious way to do this in python?
- Index(es):
Relevant Pages
|