Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Staticfiles

Performance Hits From Loading Django Static Tag Multiple Times

Unless I am doing things wrong, it seems like if you have nested templates (i.e., {% include %} a t… Read more Performance Hits From Loading Django Static Tag Multiple Times

Django Not Loading Css?

This is my urls.py import os.path site_media = os.path.join( os.path.dirname(__file__), 'si… Read more Django Not Loading Css?