Changes between Version 2 and Version 3 of Fixtures


Ignore:
Timestamp:
May 11, 2009, 7:58:57 PM (15 years ago)
Author:
sampablokuper
Comment:

The stated syntax for dumping didn't work for me on Windows, so I've changed it to something I think should work across platforms

Legend:

Unmodified
Added
Removed
Modified
  • Fixtures

    v2 v3  
    1919
    2020{{{
    21 cd /path/to/myapp/fixtures
    22 python manage.py dumpdata --format=json myapp > initial_data.json
     21cd /path/to/my_project
     22python manage.py dumpdata --format=json myapp > /path/to/myapp/fixtures/initial_data.json
    2323}}}
    2424
Back to Top