django-staticmediamgr

A Django app to copy static media files over to a remote place, optionally minifying css and js
Download

django-staticmediamgr Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Corey Oordt, The Washington Times
  • Publisher web site:
  • http://washingtontimes.com

django-staticmediamgr Tags


django-staticmediamgr Description

A Django app to copy static media files over to a remote place, optionally minifying css and js django-staticmediamgr is a Django application that provides a way to copy and consolidate static media files to one or more configured locations. This is incredibly helpful if you have your media served from another server.It consists of a management command, copy_static_media, and several settings including:* STATIC_MEDIA_COPY_PATHS A tuple of dictionaries specifying the from/to for copying files.* STATIC_MEDIA_PURGE_OLD_FILES Should old files be purged from the destination directory.* STATIC_MEDIA_COMPRESS_CSS Should CSS files be compressed during copy using the included port of YUI Compressor* STATIC_MEDIA_COMPRESS_JS Should javascript files be compressed during copy using the included python port of Douglas Crockford's jsmin* STATIC_MEDIA_APP_MEDIA_PATH Where (and if) should the application media be copied to automatically.* STATIC_MEDIA_FILE_COMBINATIONS Configuration of combining multiple files into one. Requirements: · Python · Django


django-staticmediamgr Related Software