Cloning your code onto PythonAnywhere
PythonAnywhere (https://www.pythonanywhere.com/) is a cloud-based platform that provides a web hosting environment for Python applications. It allows users to write, edit, and run Python code directly in their web browser without needing to install any software locally.
The steps to deploy an existing Django project on PythonAnywhere can be found at https://help.pythonanywhere.com/pages/DeployExistingDjangoProject, but we’ll guide you through them here.
Now that our code is on GitHub, let’s proceed with the next steps to create a PythonAnywhere account and move our code from GitHub to PythonAnywhere:
- Go to https://www.pythonanywhere.com/registration/register/beginner/ and sign up for a beginner free account if you don’t have one.
- Then, click on Dashboard | New console | $ Bash (Figure 13.7):
Figure 13.7 – Creating a new console
- The previous step will open a Bash...