gregmuellegger/django-autofixture

Unknown command: 'loadtestdata' Type 'manage.py help' for usage.

Closed this issue · 3 comments

I typed the command as below:
$ python manage.py loadtestdata entry.Entry:3

but it's now working. I got this:
Unknown command: 'loadtestdata'
Type 'manage.py help' for usage.

Maybe something wrong?

Have you added 'autofixture' to the INSTALLED_APPS setting in your django settings file?

Thanks @shaileshahuja it worked.

👍 Thanks @shaileshahuja for helping out here.