mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-26 01:43:10 +01:00
Merge pull request #1037 from uhurusurfa/unstable
Add django-cleanup app to support deleting file system files
This commit is contained in:
commit
148eff8b7b
@ -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 files on the file system when the associated record is deleted in the database
|
||||||
'helpdesk', # This is us!
|
'helpdesk', # This is us!
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -12,3 +12,4 @@ six
|
|||||||
pinax_teams
|
pinax_teams
|
||||||
djangorestframework
|
djangorestframework
|
||||||
django-model-utils
|
django-model-utils
|
||||||
|
django-cleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user