The fixture documentation tells nowhere that you can (should?) use FIXTURE_DIRS in your settings.py
On this page https://docs.djangoproject.com/en/1.3/howto/initial-data/, that I believe, is the first documentation you should read about fixtures, there isn't any mention of the FIXTURE_DIRS tuple that can (should? I didn't managed to make fixtures works without it) be set in the settings.py.
Change History
(10)
Triage Stage: |
Unreviewed → Accepted
|
Type: |
Bug → Cleanup/optimization
|
Owner: |
changed from nobody to Dan Poirier
|
Status: |
new → assigned
|
Owner: |
changed from Dan Poirier to nobody
|
Status: |
assigned → new
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
FIXTURE_DIRS
is for fixtures that live outside of apps. It should indeed be documented on that page.