Django Tutorial · Deploy Django

Create .zip File

Learn all about Create .zip File in this comprehensive tutorial.

5 min read advanced
  • To wrap your project into a .
  • Now you have a .

Zip Your Project

To wrap your project into a .zip file, you cannot zip the entire project folder, but choose the files and folders manually.

The files to include in the .zip file are highlighted (blue) in the example below:

python

With your file explorer, navigate to the project folder, select these files and folders, right-click and choose to create a zip file.

Zip File

Now you have a .zip file of your project which you can upload to Elastic beanstalk:

python

Module quiz

2 questions
1

Which of the following is true about Create .zip File?

2

What is the most common pitfall when working with Create .zip File?

Answer all questions to submit.