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:

Ubuntu tweaks

By | May 28, 2024

To remove the confirmation every time you shutdown or reboot, type this into the terminal. To remove the GRUB (the GRand Unified Bootloader) option during startup to boot faster, add to the file /etc/default/grub. (sudo is required to edit). eg: GRUB is basically a boot loader that helps uses to choose what OS they want… Read More »