Godjango Podcast
How Do I Deploy Django Day to Day?
- Author: Vários
- Narrator: Vários
- Publisher: Podcast
- More information
Informações:
Synopsis
There are a lot of ways to deploy Django so I think it is one of those topics people are really curious about how other people do it. Generally, in all deploys you need to get the latest code, run migrations, collect your static files and restart web server processes. How yo do those steps, that is the interesting part.