#web-development
Read more stories on Hashnode
Articles with this tag
Reset Django Admin Password python manage.py changepassword <username> Replace <username> with the username of the admin user whose password you want...
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...
Higher order functions are functions which take other function as a parameter or return a function as a value. The function passed as a parameter is...
CSS - Inline, Internal, and External CSS Inline CSS: allows you to apply a unique style to one HTML element at a time. You can assign the Inline CSS...