Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

collinmutembei/django-background-tasks-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

django-background-tasks-example

This example shows how to set up and use django-background-tasks.

Usage

Install project dependencies

pip install -r requirements.txt

Prepare database

cd project
python manage.py migrate

Start the server.

python manage.py runserver

Register a task (on separate terminal)

curl -d message=hello http://localhost:8000/api/v1/tasks/

Process tasks

python manage.py process_tasks

About

An example app using django-background-tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages