#framework
Read more stories on Hashnode
Articles with this tag
What is Redirect and How to Redirect Page in Django A redirect is a HTTP response that instructs the client's web browser to navigate to a different...
Pass Data From Django View to Template To pass data from a Django view to a template, you can use the render() function along with a dictionary...
Starting with just short introduction of what is Django and framework is : Django is a high-level Python web framework that encourages rapid...