Caching + Conditional GET Done Right (4)
A short excerpt for testing cards, metadata, and typography.
1 min read
Intermediate
On this page
Caching + Conditional GET Done Right (4)
This is a seeded post for local UI testing. It includes headings, lists, code blocks, and callouts.
What you'll build
- A small feature
- A mental model
- A repeatable workflow
Installation
python -m pip install django
python manage.py runserver
NOTE: This is dummy content generated by a management command.
Example
from django.http import HttpResponse
def hello(request):
return HttpResponse('Hello')
Common pitfalls
- Forgetting migrations
- Missing environment variables
- Skipping tests
TIP: Use
manage.py testearly and often.
Wrap up
That's it.
Related posts
Postgres Full-Text Search in Django (3)
A short excerpt for testing cards, metadata, and typography.
Caching + Conditional GET Done Right (7)
A short excerpt for testing cards, metadata, and typography.
Designing a Clean Docs + Blog UI (10)
A short excerpt for testing cards, metadata, and typography.
Caching + Conditional GET Done Right (15)
A short excerpt for testing cards, metadata, and typography.
Caching + Conditional GET Done Right (9)
A short excerpt for testing cards, metadata, and typography.
Suggested internal links
Postgres Full-Text Search in Django (3)
A short excerpt for testing cards, metadata, and typography.
Caching + Conditional GET Done Right (7)
A short excerpt for testing cards, metadata, and typography.
Designing a Clean Docs + Blog UI (10)
A short excerpt for testing cards, metadata, and typography.
Caching + Conditional GET Done Right (15)
A short excerpt for testing cards, metadata, and typography.
Caching + Conditional GET Done Right (9)
A short excerpt for testing cards, metadata, and typography.
Caching + Conditional GET Done Right (13)
A short excerpt for testing cards, metadata, and typography.
Caching + Conditional GET Done Right (5)
A short excerpt for testing cards, metadata, and typography.