From 0d304129ed98b6d8aeebfe136a27be40cbdf8d7c Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Tue, 27 Apr 2021 18:12:23 -0400
Subject: [PATCH] Update command to load data fixtures

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index e7db5d11..7fd1d23c 100644
--- a/README.rst
+++ b/README.rst
@@ -70,7 +70,7 @@ Setting up the database
 Then run::
 
     (python)$ python manage.py migrate
-    (python)$ python manage.py loaddata program/fixtures/*.yaml
+    (python)$ python manage.py loaddata fixtures/*/*.json
 
 Adding an admin user
 --------------------
-- 
GitLab