Skip to content

CleanCoder92/Django-Background-Tasks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 http://localhost:8000/api/v1/tasks/

Process tasks

python manage.py process_tasks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%