django-cleanup

Deletes old files
Download

django-cleanup Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Ilya Shalyapin
  • Publisher web site:
  • https://github.com/un1t/

django-cleanup Tags


django-cleanup Description

django-cleanup is a Django app that automatically deletes old file for FileField, ImageField and subclasses, and it also deletes files on models instance deletion.Installation pip install django-cleanupConfigurationAdd django_cleanup to settings.py INSTALLED_APPS = ( ... 'django_cleanup', # should go after your apps )Warning! django_cleanup should be placed after all your apps. (At least after those apps which need to remove files.)Product's homepage


django-cleanup Related Software