- [x] Get request middleware - [x] Write a context processor and include in settings - [x] Write a management command (basic functions like add_arguments, handle, raise CommandError, __init__) - [x] Cache set/get example - [x] Execute a management command from view(might deserve a blog post as well)