cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.cm.views.ci.storage Namespace Reference

Functions

def get_images_template
def get_list
def get_template

Detailed Description

Author
Maciej Nabozny mn@mn.nosp@m.aboz.nosp@m.ny.pl
Note
All functions here are decorated by src.cm.utils.decorators.ni_log. It's recommended to read src.cm.utils.decorators.ni_log docs before using functions below.

Function Documentation

def src.cm.views.ci.storage.get_images_template (   remote_ip)
Note
The cm.utils.decorators.ci_log decorator provides handling/logging mechanism for each Exception raised in view. see also: cm.utils.decorators.ci_log
Parameters
http_request(HttpRequest)
remote_ip(POST string)

Definition at line 63 of file storage.py.

def src.cm.views.ci.storage.get_list (   remote_ip)
Note
The cm.utils.decorators.ci_log decorator provides handling/logging mechanism for each Exception raised in view. see also: cm.utils.decorators.ci_log
Parameters
http_request(HttpRequest)
remote_ip(POST string)

Definition at line 40 of file storage.py.

def src.cm.views.ci.storage.get_template (   remote_ip,
  name 
)
Note
The cm.utils.decorators.ci_log decorator provides handling/logging mechanism for each Exception raised in view. see also: cm.utils.decorators.ci_log
Parameters
http_request(HttpRequest)
remote_ip(POST string)
name(POST)

Definition at line 52 of file storage.py.