From d13f9e688265163e64c6bc1705c422309c750281 Mon Sep 17 00:00:00 2001 From: gw3000 Date: Wed, 28 Jun 2023 23:34:58 +0200 Subject: [PATCH] little more exact in loading data --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +