This commit is contained in:
Corban-Lee Jones 2024-01-05 15:14:11 +00:00
commit 5bbc56dfb4

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: