Building a hello world app using django template
Building a django app that dispays a hello world text
Django works on sending requests,receiving requests,processing requests sent and returning the requests sent
A user sends a request, request is received by the urls, then the configured urls work ...
iano.hashnode.dev8 min read