Skip to content

Commit afec960

Browse files
authored
Merge pull request #164 from bryankimani/patch-1
Update tutorial-plain.rst
2 parents 1e34dfb + caa6eec commit afec960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/tutorial-plain.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ following:
9595
$ python ./manage.py loaddata ingredients
9696
9797
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``.
98101

99102
Alternatively you can use the Django admin interface to create some data
100103
yourself. You'll need to run the development server (see below), and

0 commit comments

Comments
 (0)