J'ai créé un appareil json et je l'ai mis dans mon myapp/fixtures /. J'ai ajouté myapp/fixtures à settings.FIXTURE_DIRS. est ici la sortie de ma tentative de charger l'appareil:Le projecteur Django ne charge pas avec loaddata
[email protected]:~/myapp$ ./manage.py loaddata --verbosity=2 default.json
Loading 'default' fixtures...
[...truncated checking default paths and installed apps/fixtures...]
Checking '/home/jeff/myapp/fixtures/' for fixtures...
Trying '/home/jeff/myapp/fixtures/' for default.json fixture 'default'...
No json fixture 'default' in '/home/jeff/myapp/fixtures/'.
Trying '/home/jeff/myapp/fixtures/' for default.json.gz fixture 'default'...
No json fixture 'default' in '/home/jeff/myapp/fixtures/'.
Trying '/home/jeff/myapp/fixtures/' for default.json.zip fixture 'default'...
No json fixture 'default' in '/home/jeff/myapp/fixtures/'.
Trying '/home/jeff/myapp/fixtures/' for default.json.bz2 fixture 'default'...
No json fixture 'default' in '/home/jeff/myapp/fixtures/'.
Checking absolute path for fixtures...
Trying absolute path for default.json fixture 'default'...
No json fixture 'default' in absolute path.
Trying absolute path for default.json.gz fixture 'default'...
No json fixture 'default' in absolute path.
Trying absolute path for default.json.zip fixture 'default'...
No json fixture 'default' in absolute path.
Trying absolute path for default.json.bz2 fixture 'default'...
No json fixture 'default' in absolute path.
No fixtures found.
[email protected]:~/myapp$ ls fixtures/
defaults.json moneytrail.json
voici ce qui est en default.json: [ { "pk": 1, "modèle": "myapp.feature", " champs ": { "default_feature": "0,25" }} ]
Est-ce que je manque quelque chose évidente ici? J'ai essayé les FIXTURE_DIRS en tant qu'appareils fixes et fixes/mêmes résultats.
Merci.
Merde. Il est temps d'abandonner la programmation et d'aller faire de la construction. – Jeff
Stick avec la programmation. Une erreur comme celle-là pourrait faire s'effondrer une maison! –