accounts: Add context_processor and middleware.
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 2 Feb 2013 20:32:57 +0000 (21:32 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 2 Feb 2013 20:32:59 +0000 (21:32 +0100)
commit97a0ca068cd0ed8d6465411e26a537e2e329d001
tree2f47b69304f398333c5a416c0ad425fd125e71a4
parent648fdee5a22a5e8c182e978a552204d16848a1c4
accounts: Add context_processor and middleware.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
xnet/accounts/context_processors.py [new file with mode: 0644]
xnet/accounts/decorators.py
xnet/accounts/middleware.py [new file with mode: 0644]
xnet/settings.py