diff --git a/README.md b/README.md index b737089..45096e5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ python3 manage.py migrate ``` ## Add Test Data -To add testdata, use the fixture function of django: +To add testdata, use the loaddata functionality of django: ```bash python3 manage.py loaddata fixtures/data.json @@ -20,3 +20,4 @@ The test account you can use: - user: admin - password: abcdef +