Add django_cleanup

This commit is contained in:
Jesús
2020-09-13 14:16:27 -05:00
parent 9cab48d2ab
commit eaa6a87fab
3 changed files with 3 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ INSTALLED_APPS = [
'core',
'project.apps.ProjectConfig',
'social.apps.SocialConfig',
'django_cleanup.apps.CleanupConfig',
]
MIDDLEWARE = [