Django static
June 28, 2011
I wanted to reduce the size of some javascript on my site. I did this using django-static
.
Dependencies
This depends on the slimmer project, install this using:
# easy_install slimmer
Source Files
I downloaded the source for django_static and added it to my project path. I then added
'django_static' …