We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f9bf98 + 4a96afe commit 6b1fbf5Copy full SHA for 6b1fbf5
README.md
@@ -76,4 +76,8 @@ The app will be available at http://127.0.0.1:8000.
76
77
---
78
79
+8. Import data using the [`loaddata`](https://docs.djangoproject.com/en/5.1/ref/django-admin/#django-admin-loaddata) command
80
81
+```bash
82
+python manage.py loaddata data\questionnaires.json data\questionnaires.json
83
+```
0 commit comments