# Django Background Tasks
[](https://travis-ci.org/arteria/django-background-tasks) [](http://django-background-tasks.readthedocs.io/en/latest/?badge=latest) [](https://pypi.python.org/pypi/django-background-tasks)
# Important This is a fork of the orignal fork in order to add the missing migrations folder so we don’t have to run makemigrations when ref this library.
# Original Documentation Django Background Task is a databased-backed work queue for Django, loosely based around [Ruby’s DelayedJob](https://github.com/tobi/delayed_job) library. This project was adopted and adapted from [lilspikey](https://github.com/lilspikey/) django-background-task.
To avoid conflicts on PyPI we renamed it to django-background-tasks (plural). For an easy upgrade from django-background-task to django-background-tasks, the internal module structure were left untouched.
In Django Background Task, all tasks are implemented as functions (or any other callable).
There are two parts to using background tasks:
creating the task functions and registering them with the scheduler
setup a cron task (or long running process) to execute the tasks
## Docs See http://django-background-tasks.readthedocs.io/en/latest/.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file snabb-django-background-tasks-1.1.6.1.tar.gz.
File metadata
- Download URL: snabb-django-background-tasks-1.1.6.1.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69a9693800f783b74b4930a49cc48796974c9c60b0a55278d6bf1cc7a75765a4
|
|
| MD5 |
db86959eaa626c14424e2d001093ab69
|
|
| BLAKE2b-256 |
2aca09a1fd2127c72487c43b7d22a29e7a9ff5fcabf9c54965d19b40c94471df
|