Please advise me for a right solution

Aahz aahz at pythoncraft.com
Tue Jun 16 15:33:33 EDT 2009


In article <15b1e25c-2bb4-425e-974f-be3d686b5931 at p21g2000prn.googlegroups.com>,
VP  <vadim.pestovnikov at gmail.com> wrote:
>
>I need to create a web based inventory tool with specific requirements
>such as:
>
>* More then one group is going to use it.
>* Authentication and authorization system based on user and group
>privileges.
>
>For example based on a group privileges group can add/edit/delete
>their own stuff and having a read only access to other groups stuff.

Maybe this would help?
http://code.google.com/p/django-inventory/

I do think you should plan on using a framework of some kind, to handle
the authentication system at least.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Many customs in this life persist because they ease friction and promote
productivity as a result of universal agreement, and whether they are
precisely the optimal choices is much less important." --Henry Spencer



More information about the Python-list mailing list