fcs.manager.forms

In this module the following Django forms are defined:

class ChangePasswordForm

Form for changing user’s password.

class EditTaskForm

Form for changing task data.

class CreateTaskForm(user)

Form for creating new task.

Parameters:user (User) – Task’s owner
name

Task’s name.

priority

Task’s priority.

Starting point of crawling.

whitelist

URLs which should be crawled (in regex format).

blacklist

URLs which should not be crawled (in regex format).

Maximal amount of links that may be visited while crawling.

expire

Datetime of task expiration.

mime_type

MIME types which are to be crawled.

class SendFeedbackForm

Form for sending feedback (URLs ratings).

class TaskFilterForm

Form for filtering information about tasks.