Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

部署 Django - 更新项目


部署更改

您在本地计算机上对应用程序所做的任何更改都不会反映在已部署的版本中。

因此,如果您进行了更改,并且希望它在已部署的版本中可见,则必须上传新的 .zip 文件。


创建 .zip 文件

要将您的项目打包成一个 .zip 文件,请按照 创建 .zip 文件 章中描述的步骤进行操作。

首先,选择您项目的相关文件和文件夹。如果您拥有与我们在教程中相同的项目,则应选择以下示例中突出显示的文件。

my_tennis_club
    .ebextensions/
    members/
    my_tennis_club/
    mystaticfiles/
    productionfiles/
    db.sqlite3
    manage.py
    requirements.txt

右键单击并选择创建 .zip 文件。

现在您有了包含更改的 .zip 文件,您可以将其上传到 Elastic Beanstalk。

my_tennis_club
    .ebextensions/
    members/
    my_tennis_club/
    mystaticfiles/
    productionfiles/
    db.sqlite3
    manage.py
    my_tennis_clup.zip
    requirements.txt

上传到 Elastic Beanstalk

登录您的 Amazon Web Services 帐户,并在 "Elastic Beanstalk" 应用程序下找到您的项目。

点击 "上传并部署" 按钮。


选择 .zip 文件

点击 "选择文件" 按钮上传您刚刚创建的 .zip 文件。


部署

点击 "部署" 按钮。


已上传!

就是这样,您的项目已使用所有新更改更新。

注意: 每次想要更新项目时,请按照这些步骤进行操作。


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.