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, management command |
||
Markdown posts, nested layouts, |
||
Composite |
||
Custom |
||
|
||
|
||
Tenant middleware, request-scoped static URLs, shared blocks via |
||
Custom |
||
Server-Sent Events broker, |
||
Signal groups, custom |
||
Django admin beside next.dj pages, request-aware form factories, two page roots, middleware guard |
See Also¶
See also
What to Read Next places these examples on the learning paths. Extending maps extension mechanisms to sample projects.