Creating a production environment

It's time to deploy your Django project in a production environment. We are going to follow these steps to get our project live:

  1. Configure project settings for a production environment
  2. Use a PostgreSQL database
  3. Set up a web server with uWSGI and NGINX
  4. Serve static assets
  5. Secure our site with SSL

Get Django 2 by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.