django-autofixture:无法在数据库中创建用户模型

时间:2019-02-05 20:23:05

标签: python django python-3.x django-models populate

我正在尝试通过命令行使用 django-autofixture 填充数据库。我已经填充了一些模型,但是无法填充Django的 User 模型。

这是我尝试过的:

manage.py loadtestdata django.contrib.auth.models.User:10
-----------------------------------------------------------
CommandError: Invalid argument: django.contrib.auth.models.User:10
Expected: app_label.ModelName:count (count must be a number)

是否有可能绕过命令行的解析方式?

0 个答案:

没有答案