forked from slides/empowering-django-with-background-workers
Add slide talking about use of Celery
This commit is contained in:
parent
3acab1c439
commit
e4b774bd77
1 changed files with 10 additions and 2 deletions
12
slides.md
12
slides.md
|
@ -491,10 +491,18 @@ layout: section
|
|||
</v-click>
|
||||
|
||||
---
|
||||
layout: section
|
||||
layout: cover
|
||||
background: https://docs.celeryq.dev/en/stable/_static/celery_512.png
|
||||
---
|
||||
|
||||
# Where are we going?
|
||||
# Is this the end?
|
||||
|
||||
<style>
|
||||
.slidev-layout {
|
||||
background: white;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
---
|
||||
layout: image-right
|
||||
|
|
Loading…
Reference in a new issue