Simple Django Deployment (part 5): Uploading files

Опубликовано: 28 Апрель 2020
на канале: Matt Segal
1,461
24

Video for the tutorial: https://mattsegal.dev/simple-django-d...

So now we know how to create a server, log in with ssh and install the software we need to run Django. Next I will show you how to upload files to the server with scp. In addition, I'll show you how to run a quick and easy HTTP web server, which can be useful for debugging later. You will need Python 3 installed on your desktop for this step.