DeploymentΒΆ

This section covers production deployment of a next.dj project. The pages assume an existing Django project that runs locally. They walk through the checklist, the static file pipeline, the server choice, and the recommended settings.

Preparing a Release

Deployment Checklist

Pre-flight checklist before shipping.

Production Settings

Production-tuned values for NEXT_FRAMEWORK.

Pipeline and Server

Static Files in Production

How collectstatic and the static pipeline behave in production.

WSGI and ASGI

Choosing a server and wiring next.dj into it.