James Brewer

Results 15 comments of James Brewer

The README file has step-by-step instructions on how to install the project. If those aren't working, please provide error codes and screenshots so I can help you.

Can you push your repo to Github so I can take a look?

The issue with the `DELETE` request is that `undefined` is being passed as the username. I can't say what is causing the `PUT` issue without more information.

I think that's a good idea. I suppose when the book was originally written there was no easy_install or pip install for Django and that's why the book doesn't mention...

Not a final solution, but I got around this problem by replacing `jekyll serve --watch` with `jekyll build --watch` and running a web server from the `_site` directory. Steps: 1....