-
Notifications
You must be signed in to change notification settings - Fork 122
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
rest-social-auth is missing in requirements files #120
Comments
Hi @ovidiuc For the example project, the idea is that |
Ah, I see. I couldn't use I have a Debian virtual machine for development, but requires to be NAT for the rest of my setup so the IP used in the browser wouldn't be 127.0.0.1, as I see is required, but my VMs IP. So I've just git cloned the project, made a virtualenv for it, installed all the requirements from the requirements files and tried to migrate. Got the error of missing package and installed it manually. Apologies for not fully reading the instructions, if it works with make/docker, than this is only an issue for those that can't use it. |
If you want to run the example project in native environment (not in Docker) and you have make native-run-example If you don't have the PYTHONPATH='.' python example_project/manage.py runsslserver 0.0.0.0:8000 Probably I better add instructions above ^ to the README |
Yes, that wasn't a problem for me, since I'm using Out of curiosity, I've tried running the
I've added locally
Since I already got it working in my own environment, this is not an issue for me, but might be for others trying to use the Docker image. But it seems to be a problem other than the one in the title. |
It's required to run the example project and it's not getting added when installing the requirements (tried them all).
The text was updated successfully, but these errors were encountered: