You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: