summaryrefslogtreecommitdiff
path: root/content/posts/how-to-create-a-celery-task-that-fills-out-fields-using-django.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/how-to-create-a-celery-task-that-fills-out-fields-using-django.md')
-rw-r--r--content/posts/how-to-create-a-celery-task-that-fills-out-fields-using-django.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/posts/how-to-create-a-celery-task-that-fills-out-fields-using-django.md b/content/posts/how-to-create-a-celery-task-that-fills-out-fields-using-django.md
index 487fecc..38a80cf 100644
--- a/content/posts/how-to-create-a-celery-task-that-fills-out-fields-using-django.md
+++ b/content/posts/how-to-create-a-celery-task-that-fills-out-fields-using-django.md
@@ -2,10 +2,9 @@
title = "How to create a celery task that fills out fields using Django"
author = ["Roger Gonzalez"]
date = 2020-11-29T15:48:48-03:00
-lastmod = 2023-01-14T15:04:59-03:00
+lastmod = 2023-01-19T15:39:42-03:00
tags = ["programming", "python", "celery", "django", "docker", "", "dockercompose"]
draft = false
-weight = 2002
+++
Hi everyone!