Skip to content

Example on how to setup a dev environment with Django and Celery. Perfect for debugging, too.

License

Notifications You must be signed in to change notification settings

rmcomplexity/celery-django-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

celery-django-dev

Example on how to setup a dev environment with Django and Celery. Perfect for debugging, too.

First Steps

  1. Create project direcotry: mkdir celery-project
  2. Clone Celery repository: git clone https://github.com/celery/celery.git celery-project/. or git clone git@github.com:celery/celery.git celery-project/.
  3. Clone this repository: git clone https://github.com/rmcomplexity/celery-django-dev.git celery-project/. or git clone git@github.com:rmcomplexity/celery-django-dev.git celery-project/.
  4. Run docker-compose: docker-compose -f celery-project/celery-django-dev/docker/docker-compose.yml up

About

Example on how to setup a dev environment with Django and Celery. Perfect for debugging, too.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published