Go to file
Anna Sirota 2e60c4ec2f Set default_auto_field on app level
This is necessary to avoid generating unexpected migrations
in the projects that have a `DEFAULT_AUTO_FIELD` that differs
from data type of generated `id` columns in `blender_id_oauth_client`'s
initial migration.

E.g. if `default_auto_field` is omitted here and
`DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'` in a project's `settings.py`,
then `makemigrations` will generate a migration that will attempt to
change `id` column to a new data type, recreating a table and copying
its data, which is not desired for existing projects.
2024-04-02 17:15:12 +02:00
background_task Set default_auto_field on app level 2024-04-02 17:15:12 +02:00
docs Merge pull request #196 from cedricfarinazzo/feature/autoreload 2019-12-11 14:49:33 +01:00
.bumpversion.cfg Set default_auto_field on app level 2024-04-02 17:15:12 +02:00
.coveragerc added coveralls 2017-03-30 14:10:26 +02:00
.gitignore Added missing migrations (#94) 2017-04-10 14:42:04 +02:00
.travis.yml Update .travis.yml 2019-12-23 15:33:44 +01:00
AUTHORS.txt Update AUTHORS.txt 2019-12-11 14:50:54 +01:00
CONTRIBUTING.md added contributing guidelines 2018-02-21 14:11:58 +01:00
LICENSE Authors 2015-08-21 14:57:44 +02:00
MANIFEST.in include correct readme format 2017-03-30 14:37:56 +02:00
README.md Readme fixes 2022-03-16 08:49:33 -07:00
classifiers Specified python verisons in classifiers, readded Django 1.8 2018-09-29 13:28:22 +02:00
manage.py Added missing migrations (#94) 2017-04-10 14:42:04 +02:00
requirements-test.txt Add tests for logging 2016-11-16 14:32:21 +01:00
requirements.txt Support for Django 4.0 2022-03-15 14:23:03 -07:00
runtests.py async is a reserved keyword in python 3.7, use run_async as destination 2018-09-27 11:19:28 +02:00
setup.py Setup and build fixes 2022-03-15 15:06:28 -07:00
tox.ini Update tox.ini 2019-12-23 15:34:00 +01:00

README.md

Django Background Tasks Updated

Django Background Task is a database-backed work queue for Django, loosely based around Ruby's DelayedJob library. This project was adopted and adapted from lilspikey's django-background-task. This fork includes minor fixes to support Django 4.

To avoid conflicts on PyPI we renamed it to django-background-tasks-updated (plural).

Docs

See Read the docs

Donations

django-background-tasks is free software. If you find it useful and would like to give back, please consider making a donation to the original author using Bitcoin or PayPal. Thank you!