Welcome to beelance2’s documentation!

class views.index.Index
GET()

Get main page using the projects URL input variable to determine which projects to show.

return

index page

views.forms.get_task_form_elements(identifier=0, task_title='', task_description='', budget='')
Define the task form elements
param identifier

The id of the task

param task_title

Task title

param task_description

Task description

param budget

Task budget

type identifier

int, str

type task_title

str

type task_description

str

type budget

int, str

return

A set of task form elements

Indices and tables