Skip to content

Commit

Permalink
Fixed #18626 -- rst syntax collision.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Jul 15, 2012
1 parent fb46f24 commit bf9d5ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/howto/initial-data.txt
Expand Up @@ -67,12 +67,12 @@ And here's that same fixture as YAML:


You'll store this data in a ``fixtures`` directory inside your 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 <loaddata>`
<loaddata>`, where ``<fixturename>`` is the name of the fixture file you've ``<fixturename>``, where ``<fixturename>`` is the name of the fixture file
created. Each time you run :djadmin:`loaddata`, the data will be read from the you've created. Each time you run :djadmin:`loaddata`, the data will be read
fixture and re-loaded into the database. Note this means that if you change one from the fixture and re-loaded into the database. Note this means that if you
of the rows created by a fixture and then run :djadmin:`loaddata` again, you'll change one of the rows created by a fixture and then run :djadmin:`loaddata`
wipe out any changes you've made. again, you'll wipe out any changes you've made.


Automatically loading initial data fixtures Automatically loading initial data fixtures
------------------------------------------- -------------------------------------------
Expand Down

0 comments on commit bf9d5ef

Please sign in to comment.