Skip to content

hrizvi/django-background-tasks-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-background-tasks-example

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

Usage

Start the server.

cd project
python manage.py runserver

Register a task

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

Process tasks

python manage.py process_tasks

About

An example app using django-backgrond-tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%