Creating libraries that use django ORM and they use each other.

2013-07-29 Thread Roberto Bouza
Hello, I'm building a set of common libraries and a few other specific libraries. As of right now the common library works great as an independent library that can be used by applications. The problem I'm having now is that I'm building a new library that will use the common library. This new

Abstract models instrospection

2013-07-08 Thread Roberto Bouza
Hello, Hope someone can explain to me what is happening here? I have this models: *class InfrastructureBaseModel(models.Model):* *class Meta:* *abstract = True* *app_label = 'infrastructure'* * * *class ConsumerClasifications(InfrastructureBaseModel):* *

RemoteUserBackend not creating user

2012-02-20 Thread Roberto Bouza
Hello, I've been hitting my head pretty hard trying to figure out what the problem is hope someone here can help. I've set up the remote backends and middleware as per the docs and blatantly I'm coding the META remote_user and nothing happens. like this: MIDDLEWARE_CLASSES = (