cc1
v2.1
CC1 source code docs
|
Functions | |
def | add_missing |
Adds Users whose ids are listed in remote and who are locally missing. | |
def | get_quota |
Gets caller's quota. | |
def | points_history |
def src.cm.views.user.user.add_missing | ( | caller_id, | |
remote | |||
) |
Adds Users whose ids are listed in remote
and who are locally missing.
http_request | (HttpRequest ) |
caller_id | (POST int ) |
remote | (POST list(int) ) ids of the remote Users |
def src.cm.views.user.user.get_quota | ( | caller_id | ) |
Gets caller's quota.
http_request | (HttpRequest ) |
caller_id | (POST int ) |
dict
) caller's quota def src.cm.views.user.user.points_history | ( | caller_id | ) |
http_request | (HttpRequest ) |
caller_id | (POST int ) |