Hacker News new | ask | show | jobs
by subleq 3984 days ago
I would start with django.core.handlers.base.BaseHandler (https://github.com/django/django/blob/master/django/core/han...), which is Django's Front Controller.