From 3ca529e6d1cb51a3a8a82d57551f07bd5f362d0d Mon Sep 17 00:00:00 2001 From: Gunther Weissenbaeck <98875505+guntherweissenbaeck@users.noreply.github.com> Date: Tue, 27 Jun 2023 09:12:14 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5e2af48..3f144df 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # The Fallen Birdy Form +## Throw old database +In case you've got an preexisting database, delete it and do the following: + +```bash +python3 manage.py makemigrations +python3 manage.py migrate +``` + ## Add Test Data To add testdata, use the fixture function of django: