Managed Projects

django-mediacat

  Analyzed about 3 hours ago

django-mediacat is a small app with only one view, which lets you retrieve several media files from the server with only one HTTP request. Usually, designers and developers like to spread CSS and JavaScript files out into several files on the web server, and then request only the necessary files for ... [More] each web page. Whilst this approach is more modular, and hence prevents the downloading of unnecessary files, the fragmentation also incurs a significant performance hit on the web server, as each part represents the overhead of a full HTTP request. What django-mediacat does is allow you to set up several 'aliases'; short names for media files on the web server. These can then be queried from one URL, and django-mediacat will concatenate all requested files into one, eliminating overhead. [Less]

136 lines of code

0 current contributors

almost 17 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

django-relax

  Analyzed about 22 hours ago

django-relax is a set of utilities and libraries to make Django and CouchDB play more nicely with one another.

662 lines of code

0 current contributors

almost 17 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This