API ReferenceΒΆ

Module by module reference for the next.dj public API. Each page lists the public surface plus configuration and signal entries that belong to the subsystem.

Subsystems

Pages Reference

next.pages for page modules, layouts, context, and template loaders.

Components Reference

next.components for component discovery and rendering.

URLs Reference

next.urls for the file router, URL reverse helpers, and dispatcher.

Forms Reference

next.forms for form actions, dispatch, formsets, and frozen specs.

Static Reference

next.static for the static collector, asset kinds, and backends.

Dependency Injection Reference

next.deps for the dependency resolver and providers.

Configuration Reference

next.conf for settings loading and the extend_default_backend helper.

Server Reference

next.server for the autoreload watcher.

Signals Reference

next.signals aggregator that re-exports every framework signal.

Testing Reference

next.testing for the test client, signal recorder, and isolation helpers.

Apps Reference

next.apps for the Django application configuration.

Utils Reference

next.utils for small helpers that the framework uses internally.

Configuration

Settings

Every NEXT_FRAMEWORK key with defaults.

System Checks

Django system checks that the framework contributes.

Templates and Decorators

Template Tags

Every template tag registered by next.dj.

Decorators and Markers

Every public decorator and dependency marker.