Commit 84cc0084 authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

Fixed #9731 -- Typo fix in docs.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 8a03a2e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ And here's that same fixture as YAML:
        first_name: Paul
        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
<loaddata>`, where *fixturename* is the name of the fixture file you've created.