On Mon, Jan 14, 2008 at 08:43:46AM -0800, ammar azif wrote:
> Hello,
>
> Is python suitable in developing web based document control
> system ? I was thinking of using python and mysql to create such
> system. Users can download latest document as well as upload
> drafts. Is this possible or i sh
ammar azif wrote:
> Hello,
>
> Is python suitable in developing web based document control system ? I
> was thinking of using python and mysql to create such system. Users can
> download latest document as well as upload drafts. Is this possible or i
> should use PHP instead?
Document control
There are several ready made ones. Plone for instance: http://plone.org/
It's a very customizable zope project.
Look at Paste as well in building up your stack: http://pythonpaste.org/
I also suggest opting for use of the WSGI interface for your
application (a python web-app interface which allo
Hello,
Is python suitable in developing web based document control system ? I was
thinking of using python and mysql to create such system. Users can download
latest document as well as upload drafts. Is this possible or i should use PHP
instead?
-
Be a