Add the file system deletion app for attachments into INSTALLED_APPS

This commit is contained in:
chrisbroderick 2022-07-23 11:58:28 +01:00
parent 681e8b267d
commit 58ed521a2c

View File

@ -63,6 +63,7 @@ errors with trying to create User settings.
'pinax.teams', # Team support 'pinax.teams', # Team support
'reversion', # Required by pinax-teams 'reversion', # Required by pinax-teams
'rest_framework', # required for the API '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! 'helpdesk', # This is us!
) )