ox.apps.tasks

This application integrate Oxylus with django-tasks to allow running background tasks. It requires to use the database backend.

ox.apps.tasks.apps

class ox.apps.tasks.apps.AppConfig(*args, **kwargs)[source]
icon: str = 'mdi-wrench-clock'

Material design icon class.

npm_package: str | None = '@oxylus/tasks'

Name of the corresponding NPM package to look up for.

Defaults to app label.

root_url: str = 'ox/tasks'

Provide an alternative to app label when we target application in paths.

For example Oxylus will nest template directories as ox/core/ instead of ox_core. The same happens for urls.

ox.apps.tasks.serializers

class ox.apps.tasks.serializers.TaskSerializer(*args, **kwargs)[source]

ox.apps.tasks.views

class ox.apps.tasks.views.TaskViewSet(**kwargs)[source]
serializer_class

alias of TaskSerializer