Re: Djangopeople.net status

2012-05-10 Thread Donald Stufft
djangopeople.me ? On Thursday, May 10, 2012 at 7:39 PM, Russell Keith-Magee wrote: > On Thu, May 10, 2012 at 8:55 PM, Bruno Renié (mailto:bubu...@gmail.com)> wrote: > > On Thu, May 10, 2012 at 8:04 AM, Russell Keith-Magee > > mailto:russ...@keith-magee.com)> wrote: > > > On Thu, May 10, 2012

Re: Djangopeople.net status

2012-05-10 Thread Russell Keith-Magee
On Thu, May 10, 2012 at 8:55 PM, Bruno Renié wrote: > On Thu, May 10, 2012 at 8:04 AM, Russell Keith-Magee > wrote: >> On Thu, May 10, 2012 at 9:19 AM, Aaron C. de Bruyn >> wrote: >>> On Wed, May 9, 2012 at 1:37 PM, Alex Sosnovskiy wrote: > https://convore.com/djangopeoplenet-development/ 

Re: Djangopeople.net status

2012-05-10 Thread Russell Keith-Magee
On Thu, May 10, 2012 at 8:41 PM, Florian Apolloner wrote: > Hi Russell, > > can't we integrate it into the new djangoproject.com site? I would prefer > that over having it hosted externally etc... There's two separate issues here: * Having it hosted somewhere under the control/management of the

Re: RFC: Query Methods

2012-05-10 Thread Michael Mior
Got interested in this after a referral from the tricket tracker. Couldn't this specific case be solved with a simple change to __getattr__ on QuerySet? def __getattr__(self, attr): try: qmethod = getattr(self.manager, attr).im_func is_querymethod = qmethod.is_querymethod

Re: Djangopeople.net status

2012-05-10 Thread Jacob Kaplan-Moss
On Thu, May 10, 2012 at 8:55 AM, Bruno Renié wrote: > There is also the issue of hosting, at the time Andrew was happy to > host the rebirth of djangopeople.net on ep.io but since it's closing > down we'd have to find another option. The DSF has the resources to host and/or pay for hosting (most

Re: Djangopeople.net status

2012-05-10 Thread Bruno Renié
On Thu, May 10, 2012 at 8:04 AM, Russell Keith-Magee wrote: > On Thu, May 10, 2012 at 9:19 AM, Aaron C. de Bruyn wrote: >> On Wed, May 9, 2012 at 1:37 PM, Alex Sosnovskiy wrote: https://convore.com/djangopeoplenet-development/ - gives http404 >>> >>> Djangopeople.net is dead? >>> >>> If to

Re: Djangopeople.net status

2012-05-10 Thread Florian Apolloner
Hi Russell, can't we integrate it into the new djangoproject.com site? I would prefer that over having it hosted externally etc... Cheers, Florian -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit

Re: NoneType object has no attribute in POST/PUT a resource with nested resources (django, tastypie)

2012-05-10 Thread Karen Tracey
Please ask questions about using Django on django-users, not here. The topic of this list is the development of Django itself. (Also when you post to django-users for this problem it would help people help you if you included the full traceback you are getting.) Karen -- You received this messag

Re: Djangopeople.net status

2012-05-10 Thread Fernando
There is also: http://pythonpeople.znc.com.br/ Which maps python users and user groups. []s On 10 May 2012 03:04, Russell Keith-Magee wrote: > On Thu, May 10, 2012 at 9:19 AM, Aaron C. de Bruyn > wrote: > > On Wed, May 9, 2012 at 1:37 PM, Alex Sosnovskiy > wrote: > >>> https://convore.com/dj

NoneType object has no attribute in POST/PUT a resource with nested resources (django, tastypie)

2012-05-10 Thread Alberto Díaz
Hi all, I've been digging in this problem and haven't found how to solve it. I've got two secure resources, ComplementoResource and ProductoResource defined as follow: class ComplementoResource(CommonModelResource): restaurante = fields.ForeignKey(RestauranteResource, 'restaurante') restaur

Re: Djangopeople.net status

2012-05-10 Thread Alex Sosnovskiy
Hi Russell. I'm interested and I'm sure many python/django developers are interested. Don't understand why the progress stopped for a long time. The most important thing is to set UP djangopeople.net . On May 10, 2:04 am, Russell Keith-Magee wrote: > On Thu, May 10, 2012 at 9:19 AM, Aaron C. de

Re: Implementation of Object Permissions

2012-05-10 Thread Lukasz Balcerzak
GFK approach is scary, indeed. I've got django-guardian to life during the weekend for some future, rather simple, business apps (aimed to be used within company's intranet). I've made one mistake that is already filed (https://github.com/lukaszb/django-guardian/issues/11). Didn't ever really s