File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ And here's that same fixture as YAML:
6767
6868You'll store this data in a ``fixtures`` directory inside your app.
6969
70- Loading data is easy: just call :djadmin:`manage.py loaddata <fixturename>
71- <loaddata>` , where ``<fixturename>`` is the name of the fixture file you've
72- created. Each time you run :djadmin:`loaddata`, the data will be read from the
73- fixture and re-loaded into the database. Note this means that if you change one
74- of the rows created by a fixture and then run :djadmin:`loaddata` again, you'll
75- wipe out any changes you've made.
70+ Loading data is easy: just call :djadmin:`manage.py loaddata <loaddata>`
71+ ``<fixturename>`` , where ``<fixturename>`` is the name of the fixture file
72+ you've created. Each time you run :djadmin:`loaddata`, the data will be read
73+ from the fixture and re-loaded into the database. Note this means that if you
74+ change one of the rows created by a fixture and then run :djadmin:`loaddata`
75+ again, you'll wipe out any changes you've made.
7676
7777Automatically loading initial data fixtures
7878-------------------------------------------
You can’t perform that action at this time.
0 commit comments