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
collectstaticand the static pipeline behave in production.- WSGI and ASGI
Choosing a server and wiring next.dj into it.