Skip to content

Current course code

Compare
Choose a tag to compare
@jslvtr jslvtr released this 17 Feb 10:53
· 13 commits to master since this release

This release contains the code exactly as shown in the course, which has a small issue:

In order to run the code you need to manually set the PYTHONPATH to be the repo folder. That's because when you run the app using python src/app.py, Python won't be able to import from the src folder, even though all the imports in the code are in the style of from src.models import ....

So if you want to see the code exactly as is in the course, look at this release. If you want a version of the code with an update that makes it easier to run, please check out the v2 release and the README in the master branch.