Ticket #10592: 10592.diff

File 10592.diff, 699 bytes (added by Tim Graham, 16 years ago)
  • docs/howto/initial-data.txt

     
    7171<loaddata>`, where *fixturename* is the name of the fixture file you've created.
    7272Every time you run :djadmin:`loaddata` the data will be read from the fixture
    7373and re-loaded into the database. Note that this means that if you change one of
    74 the rows created by a fixture and the run :djadmin:`loaddata` again you'll wipe
     74the rows created by a fixture and then run :djadmin:`loaddata` again you'll wipe
    7575out any changes you've made.
    7676
    7777Automatically loading initial data fixtures
Back to Top