paper submission and versioning system - advice?

Andrea Crotti andrea.crotti.0 at gmail.com
Mon Feb 20 13:47:09 EST 2012


On 02/20/2012 05:45 PM, Brian Blais wrote:
> Hello,
>
> I'd like to find a web-based system to help a committee I'm on, where we receive proposals from different faculty.  I wrote something in python, from scratch, a number of years ago because there wasn't anything available then but it is showing its age and I figured that someone has written something.
>
> Essentially I need users to be able to start a proposal, with some basic information, and then be able to add files to it.  Other users will be allowed to add files as well, but I'd like to limit deletions to the committee members.
>
> It seems as if there just has to be available tools like this, but I am not even sure what such a system is called.  Is there anything like this, in python preferably?
>
>
> 		thanks,
>
> 			Brian Blais
>

Well I guess that any web framework would provide you more or less 
easily with all you need..
Django turbogears pyramid flask or web2py are just the names I know.



More information about the Python-list mailing list