app/soc/views/models/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 11 Dec 2008 20:54:22 +0000
changeset 720 9eb2522dfa83
parent 364 ab47d3f494b3
child 2065 edac5ddc8ef0
permissions -rw-r--r--
Make it possible to invite another Host as Host We do this by asking Django to resolve the current url for us, then reshufle that url and ask Django (again) to resolve that new url. From that resolved url we know the appropriate view, and as such we know which rights dictioanry to pass to access.checkAccess. Patch by: Sverre Rabbelier