diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-07-15 11:25:13 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-07-15 11:25:13 +0200 |
| commit | bf9d5eff4cd74ffc8fcd1f610587e5ad00dc7f3f (patch) | |
| tree | 23cf7564a6e12845fb86b390aa92a89870dd1bb2 /docs/howto/initial-data.txt | |
| parent | fb46f243b4c48ab42ed2f33a2636f7c33f5861a9 (diff) | |
Fixed #18626 -- rst syntax collision.
Diffstat (limited to 'docs/howto/initial-data.txt')
| -rw-r--r-- | docs/howto/initial-data.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt index e5a4957cb2..eca2e2c4f9 100644 --- a/docs/howto/initial-data.txt +++ b/docs/howto/initial-data.txt @@ -67,12 +67,12 @@ And here's that same fixture as YAML: 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. Each time you run :djadmin:`loaddata`, the data will be read from the -fixture and re-loaded into the database. Note this means that if you change one -of the rows created by a fixture and then run :djadmin:`loaddata` again, you'll -wipe out any changes you've made. +Loading data is easy: just call :djadmin:`manage.py loaddata <loaddata>` +``<fixturename>``, where ``<fixturename>`` is the name of the fixture file +you've created. Each time you run :djadmin:`loaddata`, the data will be read +from the fixture and re-loaded into the database. Note this means that if you +change one of the rows created by a fixture and then run :djadmin:`loaddata` +again, you'll wipe out any changes you've made. Automatically loading initial data fixtures ------------------------------------------- |
