From b61c9b541a3b832c8f5717820cc38d8242e6d3f0 Mon Sep 17 00:00:00 2001 From: Yawan Date: Fri, 29 Mar 2024 14:07:18 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 161d080..1d5d891 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ then migrate to load the operations of Data Migrations in database. $ python manage.py makemigrations $ python manage.py migrate ```` +> [Migration Operations](https://docs.djangoproject.com/en/3.2/ref/migration-operations/) will be automatically created on migration creation to save Tags and Tag Badges. Then, simply run the server using this command. ````