Would want:
- a way to configure urlpatterns in a straightforward way (probably just scooping up
urlpatterns) - way to spin up webserver easily (for interactive testing)
- way to spin up an "in-thread" webserver and rely on Django's test client (for assertion-based scripts)