Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django hosting on pythonanywhere.com/

How can I upload my finished django local project to pythonanywhere.com? Is there any option or I should to do file by file?

I have right now something like this My Django website on pythonanywhere but I don't see there how to upload my finished project :(

I uploaded a zip file but how to unzip it by bash console?

like image 476
Anna K Avatar asked Oct 19 '22 18:10

Anna K


1 Answers

To unzip the file from a bash console, just start one from the "Consoles" tab and then run unzip filename.zip.

like image 78
Giles Thomas Avatar answered Oct 22 '22 22:10

Giles Thomas