Python Django Tutorial - Separation of Local and Production settings

Опубликовано: 17 Ноябрь 2022
на канале: Joseph Kariuki
521
6

It is important to understand the difference in settings for local/development and production environment so as not to mix them up. Let us dig into this task in this video.

Previous video:    • Python Django Tutorial -  Django Depl...  
Django tutorial playlist:    • Python Django Tutorial  

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

⭐️ Video Contents⭐️
⌨️ (0:00:00) Docker development and production environments
⌨️ (0:02:56) Generating Django secret key
⌨️ (0:06:56) Testing the development configuration
⌨️ (0:13:25) Testing the production configuration


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

Django Unit Tests: https://docs.djangoproject.com/en/4.1...

Docker compose env variables: https://docs.docker.com/compose/envir...

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

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 #deployment