From 788912a876928737ad9e865e0f172c5f8e56c61c Mon Sep 17 00:00:00 2001 From: Keannu Bernasol <63192778+lemeow125@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:46:40 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee120d..8ba1151 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## DRF-Template ![Build Status](https://woodpecker.06222001.xyz/api/badges/1/status.svg) -![Demo Page Status](https://kuma.keannu5.duckdns.org/api/badge/119/status) +![Demo Page Status](https://stats.keannu5.duckdns.org/api/badge/119/status) This is a Django template that I personally use for my projects. This covers the following From ceb336681e76c3e737dc766bb18902429cb76e2f Mon Sep 17 00:00:00 2001 From: Keannu Bernasol <63192778+lemeow125@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:31:15 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba1151..be654ae 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ When using `docker-compose.dev.yml`, the entire project directory is mounted ont ### Deployment -A sample `docker-compose.demo.yml` is provided which I use to host in hosting the demo. DEBUG should be set to False when deploying as to not expose the URLs fro Celery Flower and the Django Silk Profiler. The local Inbucket container is not present as well so make sure to specify an external SMTP server to process emails properly. +A sample `docker-compose.demo.yml` is provided which I use in hosting the demo. DEBUG should be set to False when deploying as to not expose the URLs fro Celery Flower and the Django Silk Profiler. The local Inbucket container is not present so make sure to specify an external SMTP server to process emails properly. ### URLs