Django: Getting Started Transcripts
Chapter: Deploying Django Webapps
Lecture: Chapter review
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
This chapter has just been a quick overview, deployment is hosting provider specific, so it's hard to give general advice.
0:08
A key takeaway, though, is that your DEV and production are different beasts and
0:12
you need to separate out the Django views, the static files, and your users media files.
0:17
You should be careful with secret keys and never commit them to a repo, let alone a public one. And there's a lot of choice out there for hosting.
0:25
Your provider will have details about how to configure for Django.