Chrome on Raspberry Pi

By | October 19, 2024

On a Pi device, Chromium is installed by default on version 9 (Stretch) and above. To find the version run: To update the browser version run: What apt does is inspects /etc/apt/sources.list.d/raspi.list and uses the repo there to search for binary packages to install. For example: http://archive.raspberrypi.org/debian/dists/bullseye/main/binary-arm64/Packages contains the link to the Chromium browswer

How to get Django working on PythonAnywhere

By | October 3, 2024

First you want to follow part 1 of this tutorial to get Django installed: https://help.pythonanywhere.com/pages/FollowingTheDjangoTutorial/ Half way through you’ll want to jump to: https://docs.djangoproject.com/en/4.1/intro/tutorial01/ which essentially tells you to run: Once this is done, you can either go to: