how to deploy a file size greater than 100mb on pythonanywhere code example
Example: how to deploy a file size greater than 100mb on pythonanywhere
split -b 50m huge_file
cat file1 file2 file3 > huge_file_on_pythonanywhere
split -b 50m huge_file
cat file1 file2 file3 > huge_file_on_pythonanywhere