Repository examples#
The examples/ tree in the next.dj repository holds self-contained Django projects.
Each runs on SQLite and in-process LocMemCache.
No Docker, Node, or external services are required beyond what the examples README lists for a given folder.
Catalog#
Every row links to the folder on GitHub and summarises the focus in one line. The Primary docs column points to the sections of this manual where the techniques appear.
Folder |
Focus |
Primary docs |
|---|---|---|
File router, DI providers, LocMemCache, |
||
Markdown posts, nested layouts, |
||
Composite |
||
Custom |
Form wizards, Action backends, Form signals, Partial rendering |
|
Faceted site search. |
||
|
||
Tenant middleware, request-scoped static URLs, shared blocks via |
||
Custom |
||
Framework SSE bridge, |
SSE under WSGI and ASGI, Stream live updates with SSE, Extending, Framework islands |
|
Signal groups, custom |
||
Django admin UI rebuilt on next.dj, request-aware form factories, server-opened modal layers, two page roots, middleware guard |
Integrate Django admin, Multi-project setup, Partial rendering |
See also#
See also
What to read next places these examples on the learning paths. Extending maps extension mechanisms to sample projects.