Python Django Tutorial - Pre-deployment Configurations

Опубликовано: 26 Июль 2023
на канале: Joseph Kariuki
173
5

Deploying Django projects requires some configuration steps on your project and this may also change depending on which services you are using for deployment. In this video, I illustrate the changes made to the project which are mostly towards deployment.

Previous video:

• Python Django Tutorial Playlist
   • Python Django Tutorial  

====================

⭐️ Video Contents⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:00:39) Database Initialization Script
⌨️ (0:01:02) Updated Django Settings
⌨️ (0:05:57) Docker and Docker Compose Settings
⌨️ (0:07:22) The Makefile
⌨️ (0:07:38) The Pipfile Settings
⌨️ (0:08:43) Local Deployment
⌨️ (0:15:32) Blog REST API
⌨️ (0:16:10) Conclusion

====================

Best Practices for Containerizing Python Apps: https://snyk.io/blog/best-practices-c...

Docker Compose CLI Commands: https://docs.docker.com/compose/refer...

Makefile Documentation: https://www.gnu.org/software/make/man...

====================

The code used in this series can be found at:
https://github.com/jkaris/my-demo-web...

====================

Reach me through:
My Website - https://josephkariuki.com/
Twitter -   / jkariscodes  
Instagram -   / codekaraoke  

#python #django #cloud #deployment #webdevelopment