From 6fcf8d587630ebdca667cb53ba0ee78c08e8cd19 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Fri, 5 Jan 2024 15:08:24 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f04a828..327ccaf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Migrations -If facing migration errors, delete folders in all apps called `migrations` and delete the `db.sqlite3` database file. Note you will lose all data. +If facing migration errors, delete the contents of all `migrations` folders that are numerical (e.g. `0001_initial.py`) and delete the `db.sqlite3` database file. Note you will lose all data. To get started: