-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there is an error when I run "python manage.py loaddata fixtures / initial_data.json" #17
Comments
This error is happened after ./manage.py loaddata fixtures/initial_data.json ? Because fixtures is just |
just change the data file path and file name, like below: I will try again. And another thing, I sent you a email( your gmail address) and look forword to your reply. |
No it should be ./manage.py loaddata fixtures/initial_data.json |
ok, i see. thx. |
there was an error when I upload the csv file via gui log: |
This fake user should appear from those fixtures: {"model": "administrator.user", "pk": 0, "fields": {"login": "default"}} you can try to insert it with In other side this I would fix in code |
Error message: no fixture found.
I also did not find the data file to be imported in the project directory.
Finally,
Log:
C:\Python\Python36\python.exe E:/PycharmProjects/JMeter-Control-Center/run.py
.
.
.
.
.
.
DEBUG:matplotlib: CACHEDIR=C:\Users\Jason.matplotlib (2019-01-14 00:51:40; init.py:415)
DEBUG:matplotlib.font_manager: Using fontManager instance from C:\Users\Jason.matplotlib\fontlist-v300.json (2019-01-14 00:51:40; font_manager.py:1362)
DEBUG:matplotlib.pyplot: Loaded backend TkAgg version unknown. (2019-01-14 00:51:40; pyplot.py:211)
CommandError: No fixture named 'fixtures' found.
Process finished with exit code 0
The text was updated successfully, but these errors were encountered: