diff --git a/docs/install.rst b/docs/install.rst index 743d34e8..249645d8 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -63,6 +63,7 @@ errors with trying to create User settings. 'pinax.teams', # Team support 'reversion', # Required by pinax-teams 'rest_framework', # required for the API + 'django_cleanup.apps.CleanupConfig', # Remove this if you do NOT want to delete files on the file system when the associated record is deleted in the database 'helpdesk', # This is us! ) diff --git a/requirements.txt b/requirements.txt index 97472289..7cc1c79c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ six pinax_teams djangorestframework django-model-utils +django-cleanup