Re: What's the best site to solicit project bids

2010-12-18 Thread mehma sarja
And I am sorry to have posted here - I'll try the users list. Mehma === On Sat, Dec 18, 2010 at 10:31 AM, mehma wrote: > I have a project which needs developer/s. I have not had good luck > with djangogigs, is there any other place I can post to solicit > offers? Does anyone have experience wit

What's the best site to solicit project bids

2010-12-18 Thread mehma
I have a project which needs developer/s. I have not had good luck with djangogigs, is there any other place I can post to solicit offers? Does anyone have experience with rent-a-coder type places? I do have a requirements document. Mehma -- You received this message because you are subscribed t

Re: Giving Users Permissions on a Subset of Models

2010-12-18 Thread Chuck Harmston
Hi James, Welcome to Django! The terminology that you're looking for is either "row-level permissions" or "object permissions." At a simple level, it allows you to define methods that return a boolean indicating whether the user should be able to add/view/change/delete the object. Fortunately thi

Giving Users Permissions on a Subset of Models

2010-12-18 Thread James Hancock
Django Developers, This is my first post on Django-dev, so I thought I would start with a short introduction. My name is James Hancock, and I love python. Right now I live in Japan, and am developing an application for managing volunteer english classes throughout the country. (You can see the si