mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-19 12:24:40 +02:00
Add the file system deletion app for attachments into INSTALLED_APPS
This commit is contained in:
@@ -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!
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user