Skip to Main Content
Django 5 By Example - Fifth Edition
book

Django 5 By Example - Fifth Edition

by Antonio Melé
April 2024
Beginner to intermediate content levelBeginner to intermediate
822 pages
18h 50m
English
Packt Publishing
Content preview from Django 5 By Example - Fifth Edition

17

Going Live

In the previous chapter, you built a real-time chat server for students using Django Channels. Now that you have created a fully functional e-learning platform, you need to set up a production environment so that it can be accessed over the internet. Until now, you have been working in a development environment, using the Django development server to run your site. In this chapter, you will learn how to set up a production environment that is able to serve your Django project in a secure and efficient manner.

This chapter will cover the following topics:

  • Configuring Django settings for multiple environments
  • Using Docker Compose to run multiple services
  • Setting up a web server with uWSGI and Django
  • Serving PostgreSQL and Redis ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Django 5 for the Impatient - Second Edition

Django 5 for the Impatient - Second Edition

Daniel Correa, Greg Lim

Publisher Resources

ISBN: 9781805125457Supplemental Content