This is the Whoknows variations repository. It is not meant for production as it contains several security vulnerabilities and problematic parts on purpose.
Each branch is a tutorial in a different topic based on the same Flask application as in the main
branch.
One way to follow along is by:
-
Forking the repository to your own account.
-
Cloning the repository to your local machine.
-
Checking out the branch you are interested in (e.g.
git checkout <branch_name>
). -
Following the instructions in the README of the branch.
-
You can now push changes to your own repository.
If you have any suggestions or improvements to the tutorials, feel free to open a pull request.