Changes between Initial Version and Version 1 of Ticket #6643
- Timestamp:
- Feb 21, 2008, 9:55:23 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6643
- Property Summary Fixtures with absolute path names get logged multiple times → Fixtures with absolute path names get loaded multiple times
-
Ticket #6643 – Description
initial v1 5 5 For some reason, loaddata is looking in a lot of additional places 6 6 than the file I'm handing it. 7 7 {{{ 8 8 [root@vmware-espresso teleworker]# PYTHONPATH=.. python manage.py loaddata /root/clients.json 9 9 Loading '/root/clients.json' fixtures... … … 30 30 Installing json fixture '/root/clients' from absolute path. 31 31 Installed 27500 object(s) from 11 fixture(s) 32 }}}