System

Models

class system.models.Info(*args, **kwargs)

SQL fields for telecentro

class system.models.Ldap(*args, **kwargs)

SQL field to hold LDAP password

Views

system.views.activate(request)

Select a pre registered telecentro for activation.

system.views.admin_password(request, *args, **kwargs)

Function to render a form to change the admin password.

system.views.clients(request, *args, **kwargs)

Function to render a list of connected machines in the server.

system.views.location(request, *args, **kwargs)

Function to select the telecentro location.

system.views.printer(request, *args, **kwargs)

Function to render a form to select a printer to install or a list with information about an installed printer.

system.views.register(request, *args, **kwargs)

Register a new ‘telecentro’ if they are not in the list.

system.views.save(request)

Save telecentro activation data.

system.views.serialize(request)

Function to serialize data in pure text format This is part of webservice

system.views.update_context()

Update the context dictonary with commom informations to be rendered in the HTML template

system.views.userinfo(request, username)

Function that return quota time for given user This is part of webservice

system.views.webcam(request, *args, **kwargs)

Render a page to display a link for a ip cam control software.

Forms

class system.forms.FormAdmPasswd(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.util.ErrorList'>, label_suffix=':', empty_permitted=False)

Create a form field to enter a new admin password.

class system.forms.FormInfo(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.util.ErrorList'>, label_suffix=':', empty_permitted=False, instance=None)

Create a form to display data from registered telecentro.

class system.forms.FormLocation(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.util.ErrorList'>, label_suffix=':', empty_permitted=False)

Display a form to activate an pre registered telecentro.

class system.forms.FormPrinter(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.util.ErrorList'>, label_suffix=':', empty_permitted=False)

Create a dropdown list with the printers availiable in telecentro.

class system.forms.FormRegistration(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.util.ErrorList'>, label_suffix=':', empty_permitted=False, instance=None)

Create a form registration for telecentro.

class system.forms.FormTelecentro(choices, *args, **kwargs)

Populate a choice field with available telecentros

Table Of Contents

Previous topic

Home

Next topic

Tools

This Page