Update README.md

This commit is contained in:
Corban-Lee Jones 2024-01-05 15:08:24 +00:00
parent 16de4e50a6
commit 6fcf8d5876

View File

@ -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: