Skip to content

Commit 6b1fbf5

Browse files
authored
Merge pull request #33 from RSE-Sheffield/docs/loaddata
Add instructions for importing data
2 parents 8f9bf98 + 4a96afe commit 6b1fbf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,8 @@ The app will be available at http://127.0.0.1:8000.
7676

7777
---
7878

79+
8. Import data using the [`loaddata`](https://docs.djangoproject.com/en/5.1/ref/django-admin/#django-admin-loaddata) command
7980

81+
```bash
82+
python manage.py loaddata data\questionnaires.json data\questionnaires.json
83+
```

0 commit comments

Comments
 (0)