In the last post we have seen how to use html template in django view . In this tutorial we will learn about usage of static files in dj...
django templates and static files
Django template configurations Django templates: Django templates are just HTML files. Django creates HttpResponse for a request b...