Skip to content

hardvic/djcelery_proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djcelery_proj

django-celery study

版本: django == 1.9 celery == 3.1.23 django-celery = 3.2.0a1

运行步骤 1.运行虚拟环境 2. 运行 django-celery: $ python manage.py celery -A djcelery_proj worker -l info 3. 运行 django $ python manage.py runserver 8111 4. 运行 celery beat $ python manage.py celery beat

About

django-celery study

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages