From fdd79716e574387f0023f649eba16de850a42fec Mon Sep 17 00:00:00 2001 From: eeintech Date: Tue, 9 Jun 2020 12:38:52 -0500 Subject: [PATCH] Added my Github demo and guide to the Demo section Hope it looks okay :) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 783331a..e01b8f9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Super simple setup. Lots of customization available. [Celery Progress Bar demo on Build With Django](https://buildwithdjango.com/projects/celery-progress/) +### Github demo application: build a download progress bar for Django +Starting with Celery can be challenging, [eeintech](https://github.com/eeintech) built a complete [Django demo application](https://github.com/eeintech/django-celery-progress-demo) along with a [step-by-step guide](https://eeinte.ch/stream/progress-bar-django-using-celery/) to get you started on building your own progress bar! + ## Installation If you haven't already, make sure you have properly [set up celery in your project](https://docs.celeryproject.org/en/stable/getting-started/first-steps-with-celery.html#first-steps).