From 4204719e83b6ad24e2a46c20e86988cda1d41199 Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Fri, 15 Nov 2024 05:30:51 +0100 Subject: [PATCH] change image to django image --- src/docs/guides/django.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/guides/django.md b/src/docs/guides/django.md index 5fd8eda68..e49de8579 100644 --- a/src/docs/guides/django.md +++ b/src/docs/guides/django.md @@ -274,10 +274,10 @@ The deployment structure follows a "majestic monolith" architecture, where the e - **Worker Service**: Processes background jobs from the queue using Celery. - **Database Service**: Stores and retrieves your application's data. - +width={3237} height={1951} quality={100} /> _My Monolith Django app_