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 - Elastic Beanstalk


Elastic Beanstalk

在 AWS 中,导航到 Elastic Beanstalk 应用程序,就像我们在选择提供商章节中所做的那样,然后点击“创建应用程序”按钮。


创建 EB 应用程序

点击“创建应用程序”按钮后,您将进入此页面,您可以在其中为您的 Django 项目命名。我将命名为“my-first-django”。


选择平台

然后向下滚动,直到您看到“平台”部分,然后选择“Python”,并使用推荐的版本。


上传 .zip 文件

接下来,向下滚动到下一部分,“应用程序代码”部分,然后选择“上传您的代码”。

点击“选择文件”按钮,导航到您在上一章中创建的 .zip 文件并上传它。

.zip 文件已上传,我们准备部署了!


部署

点击“创建应用程序”按钮开始部署。


等待

部署需要几分钟。


成功!

最后,项目已上线,您可以通过点击Myfirstdjango-env标题下方的链接查看它,或者在浏览器中输入主机地址。


×

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.