mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 09:23:39 +01:00
Add the file system deletion app for attachments into INSTALLED_APPS
This commit is contained in:
parent
681e8b267d
commit
58ed521a2c
@ -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!
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user