Fixed #9731 -- Typo fix in docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8a03a2e834
commit
84cc008473
|
@ -65,7 +65,7 @@ And here's that same fixture as YAML:
|
||||||
first_name: Paul
|
first_name: Paul
|
||||||
last_name: McCartney
|
last_name: McCartney
|
||||||
|
|
||||||
You'll store this data in a ``fixtures`` directory inside you app.
|
You'll store this data in a ``fixtures`` directory inside your app.
|
||||||
|
|
||||||
Loading data is easy: just call :djadmin:`manage.py loaddata fixturename
|
Loading data is easy: just call :djadmin:`manage.py loaddata fixturename
|
||||||
<loaddata>`, where *fixturename* is the name of the fixture file you've created.
|
<loaddata>`, where *fixturename* is the name of the fixture file you've created.
|
||||||
|
|
Loading…
Reference in New Issue