Update README.md

This commit is contained in:
Gunther Weissenbaeck 2023-06-27 09:12:14 +02:00 committed by GitHub
parent f073961e35
commit 3ca529e6d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,13 @@
# The Fallen Birdy Form # 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 ## Add Test Data
To add testdata, use the fixture function of django: To add testdata, use the fixture function of django: