EraCode practice

Inject request-scoped data into templates with a context processor

DjangointermediateMulti-Part

Summary

Practice Django dependency injection via template context processors: identify the right hook and implement a tiny request-aware injector.

Problem preview

### Goal Implement a **context processor** that injects a request-scoped value into all templates. - Given a request, expose based on the authenticated user. - Treat unauthenticated users as . - Only…

Attempt this challenge

Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.