8000 GitHub - werberth/eshop: Project example from the book Django By Example by Antonio Melé (Copyright © 2015 Packt Publishing) using Celery to launching asynchronous tasks.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ eshop Public

Project example from the book Django By Example by Antonio Melé (Copyright © 2015 Packt Publishing) using Celery to launching asynchronous tasks.

Notifications You must be signed in to change notification settings

werberth/eshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eshop Project

Project example from the book Django By Example by Antonio Melé (Copyright © 2015 Packt Publishing) using Celery to launching asynchronous tasks.

Eshop

Installation

git clone git@github.com:werberth/eshop.git eshop
cd eshop
python -m venv .env
source .env/bin/activate
pip install -r requirements.txt

Running

Open 3 Terminal windows, and run the following commands:

  • python manage.py runserver
  • celery -A eshop worker -l info
  • celery -A eshop flower

About

Project example from the book Django By Example by Antonio Melé (Copyright © 2015 Packt Publishing) using Celery to launching asynchronous tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0