-
Notifications
You must be signed in to change notification settings - Fork 49
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
Problem when installing #13
Comments
+1 |
I have the same when run pip install -r requirements.txt |
@elpipesalazar do you still have the issue? I also had it and I solved it by:
tada! |
@oanabotezat - that's not a solution. |
Created a pull request to fix this by simply moving the import django.conf statement in .init.py to the function where it is used. Not sure this is correct, but seems to work. |
+1 This makes django-faker almost unusable on my project. My horrible kludge is to put django-faker into a second requirements file and pip install it after the main one. |
It works for me thanks |
Hi all, I get this error when installing django-faker:
do you know what's wrong?
The text was updated successfully, but these errors were encountered: