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.pagesfor page modules, layouts, context, and template loaders.- Components Reference
next.componentsfor component discovery and rendering.- URLs Reference
next.urlsfor the file router, URL reverse helpers, and dispatcher.- Forms Reference
next.formsfor form actions, dispatch, formsets, and frozen specs.- Static Reference
next.staticfor the static collector, asset kinds, and backends.- Dependency Injection Reference
next.depsfor the dependency resolver and providers.- Configuration Reference
next.conffor settings loading and theextend_default_backendhelper.- Server Reference
next.serverfor the autoreload watcher.- Signals Reference
next.signalsaggregator that re-exports every framework signal.- Testing Reference
next.testingfor the test client, signal recorder, and isolation helpers.- Apps Reference
next.appsfor the Django application configuration.- Utils Reference
next.utilsfor small helpers that the framework uses internally.
Configuration
- Settings
Every
NEXT_FRAMEWORKkey 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.