What Is Deployment, Anyway?

What Is Deployment, Anyway?

PyCon US via YouTube Direct link

Intro

1 of 28

1 of 28

Intro

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

What Is Deployment, Anyway?

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 What is deployment
  3. 3 points of interest out of the box django complexities helpers
  4. 4 django 3.0.5 python 3.8.2
  5. 5 django good local development story
  6. 6 We're in the business of making Web frameworks, not Web servers
  7. 7 What is production, anyway?
  8. 8 Why is it called "production"?
  9. 9 What is a web server, anyway?
  10. 10 What is "static", anyway?
  11. 11 state
  12. 12 "Every production setup will be a bit different" - django documentation
  13. 13 "It depends." - every deployment talk ever
  14. 14 WSGI Web Server Gateway Interface
  15. 15 What is "WSGI", anyway?
  16. 16 Deploy a django app with a WSGI Webserver
  17. 17 How do you deploy WSGI webserver?
  18. 18 custom infrastructure
  19. 19 infrastructure management
  20. 20 Other options: Custom hardware Functions as a Service
  21. 21 What do you want to worry about?
  22. 22 Managed databases a.k.a. "DBaas"
  23. 23 to deploy django: fun djange connect to a database serve static files
  24. 24 static helper: python manage.py collectstatic
  25. 25 static asset management an entire talk
  26. 26 What is django deployment, anyway?
  27. 27 copy code to host [update database, if needed] [update static, if needed] start web server
  28. 28 The reason there's no one answer.

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.