You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial-plain.rst
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,9 @@ following:
95
95
$ python ./manage.py loaddata ingredients
96
96
97
97
Installed 6 object(s) from 1 fixture(s)
98
+
99
+
Note:
100
+
If your run ``$ python ./manage.py loaddata ingredients`` without installing ``ingredients`` app in the project ``settings.py`` you will get the following error ``CommandError: No fixture named 'ingredients' found``. So make sure ``ingredients`` app has been put on the ``settings.py`` INSTALLED_APPS section before running ``$ python ./manage.py loaddata ingredients``.
98
101
99
102
Alternatively you can use the Django admin interface to create some data
100
103
yourself. You'll need to run the development server (see below), and
0 commit comments