Skip to content
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

Improve documentation for setting up on Windows #20

Open
zerolab opened this issue Oct 28, 2018 · 2 comments
Open

Improve documentation for setting up on Windows #20

zerolab opened this issue Oct 28, 2018 · 2 comments

Comments

@zerolab
Copy link

zerolab commented Oct 28, 2018

This has been a blocker during the Minsk sprint, and other cases too

@Meteor0id
Copy link

Also consider the bakery demo:
wagtail/bakerydemo#218

@Oghenekevbe
Copy link

When I tried to make migrations or running the server, I kept hitting dotenv errors
so I checked the pip list and saw that we had python-dotenv* and django-dotenv

Here is what I did.
After the fifth step, ( # 5. ssh into your new Vagrant virtual machine.
vagrant ssh)

I installed the requirements file which is located at wagtail-dev\vagrant-wagtail-develop\bakerydemo\requirements.txt

pip install -r requirements.txt

I uninstalled python-dotenv

pip uninstall python-dotenv

Then made migrations and ran my server

Maybe we can include that for those who decide to use the vagrant process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants