From 946ea20eeb047bb1aeafb6495d3bd8ea242de8e7 Mon Sep 17 00:00:00 2001
From: App Generator <51070104+app-generator@users.noreply.github.com>
Date: Wed, 27 Nov 2024 07:29:44 +0200
Subject: [PATCH] v1.0.5 - Update RM Links
---
CHANGELOG.md | 14 ++++++++++++++
README_deploy.md | 24 ------------------------
2 files changed, 14 insertions(+), 24 deletions(-)
delete mode 100644 README_deploy.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b17d944..c4671d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Change Log
+## [1.0.5] 2024-11-27
+### Changes
+
+> Update RM Links
+
+- 👉 [Django Tabler](https://app-generator.dev/product/tabler/django/) - `Product Page`
+- 👉 [Django Tabler Documentation](https://app-generator.dev/docs/products/django/tabler/index.html) - `Complete Information` and Support Links
+ - [Getting Started with Django](https://app-generator.dev/docs/technologies/django/index.html) - a `comprehensive tutorial`
+ - `Configuration`: Install Tailwind/Flowbite, Prepare Environment, Setting up the Database
+ - `Start with Docker`
+ - `Manual Build`
+ - `Start the project`
+ - `Deploy on Render`
+
## [1.0.4] 2024-03-09
### Changes
diff --git a/README_deploy.md b/README_deploy.md
deleted file mode 100644
index a1ac7e5..0000000
--- a/README_deploy.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# How to deploy on `Render`
-
-> This document should contains all the steps to deploy the app on render without much effort, using PostgreSQL
-
-https://render.com/docs/deploy-django
-
-## ALL STEPS below
-
-
-
-### 👉 Create `PostgreSQL` database on render
- - Go to https://dashboard.render.com/new/database this link.
- - Database name should be `berry`.
- - Keep the Database, User and Datadog API Key as it is.
- - If you want to change database name anything else then you have to change your `render.yaml` file database name too.
-
-
-
-### 👉 Create a Blueprint instance
- - Go to https://dashboard.render.com/blueprints this link.
- - Click `New Blueprint Instance` button.
- - Connect your `repo` which you want to deploy.
- - Fill the `Service Group Name` and click on `Update Existing Resources` button.
- - After that your deployment will start automatically.
\ No newline at end of file