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: