From 58ed521a2c19552edbccf91650cc04f43ef4666f Mon Sep 17 00:00:00 2001 From: chrisbroderick Date: Sat, 23 Jul 2022 11:58:28 +0100 Subject: [PATCH] Add the file system deletion app for attachments into INSTALLED_APPS --- docs/install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install.rst b/docs/install.rst index 743d34e8..054398af 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 fiels on the file system when the associated record is deleted in the database 'helpdesk', # This is us! )