Render HTML template in Django
In the previous article, we talked about the views in which we are returning the HTTP response. Now let's see how to render an HTML file as a response.
First of all, you have to change setting.py . In TEMPLATES array add html folder path in DIRS opti...
nileshdarji.hashnode.dev3 min read