We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have trouble on the execute step. New to django_faker. Here's what I did and the error I got:
from django_faker import Faker populator = Faker.getPopulator() from myapp.models import App populator.addEntity(App,1) insertedPks = populator.execute() Traceback (most recent call last): . . . File "/path-to-environment/lib/python2.7/site-packages/django_faker/populator.py", line 31, in if isinstance(field, DateTimeField): return lambda x: generator.dateTime() AttributeError: 'Generator' object has no attribute 'dateTime'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Have trouble on the execute step. New to django_faker. Here's what I did and the error I got:
The text was updated successfully, but these errors were encountered: