June 2022
Beginner
190 pages
2h 53m
English
Our project is currently running on our local machine. To get our site live on the real, public internet for the world to use, we need to deploy it onto an actual server. A popular way to do so is to deploy our Django project on PythonAnywhere, as it is free to use for small websites. Let's see how to deploy our application to the cloud.
In this chapter, we will be covering the following topics:
In this chapter, we will be using Python 3.8+. We will be using Git to upload our code to ...
Read now
Unlock full access