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

Day 41 Example Tips Page changed #57

Closed
johniuro opened this issue Jun 26, 2021 · 1 comment
Closed

Day 41 Example Tips Page changed #57

johniuro opened this issue Jun 26, 2021 · 1 comment

Comments

@johniuro
Copy link

Following the course, the page used to grab tips and code from, https://codechalleng.es/tips, has been completely changed. Is there a new url for the old example tips so I can continue the demo? Thank you

@bbelderbos
Copy link
Collaborator

bbelderbos commented Jun 26, 2021

@johniuro thanks bringing this to our attention!

I updated the endpoint to https://codechalleng.es/api/tips/ and fixed the sync_tips.py script to work with it (from BeautifulSoup to parsing the requests response, much nicer!)

While there I fixed some other Django things, pinned the requirements and updated the README. I even included a Makefile to make the setup easier.

I tested the React app locally and it all works for me. Just pull https://github.com/pybites/python_tips again and go through the setup, I hope it works fine for you as well now.

Enjoy the axios experience :)

HTH
Bob

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

No branches or pull requests

2 participants