How can I add a CSS style tag to a Django template? #TwitterBootstrap
I'm trying to style my HTML code but it's not working properly I tried to add the style tag inside the load static tag and also I tried to add block mycss tag {% extends 'base.html' %} {% load static…