Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / api / __init__.py @ 3715f954

History | View | Annotate | Download (6.5 kB)

# Date Author Comment
315fe235 05/16/2013 06:30 pm Christos Stavrakakis

astakos: check that request.user is a 'User'

Update astakos 'get_menu' API method, to check if request.user is an
instance of django User model. This view function called by astakos
context processor. However, if astakos and helpdesk are installed
together, the request.user will not hold an AnonymousUser, but a...

79b5d61b 05/10/2013 12:45 pm Sofia Papagiannaki

astakos: WIP move all api calls under ``/astakos/api``

Refs: #3340

18f21257 04/08/2013 01:41 pm Giorgos Korfiatis

API calls for quotas and commissions