Add django_cleanup

This commit is contained in:
Jesús 2020-09-13 14:16:27 -05:00
parent 9cab48d2ab
commit eaa6a87fab
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
3 changed files with 3 additions and 0 deletions

View File

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

View File

@ -1,4 +1,5 @@
Django==2.2.16 Django==2.2.16
django-cleanup==5.0.0
Pillow==6.0.0 Pillow==6.0.0
pytz==2018.9 pytz==2018.9
sqlparse==0.3.1 sqlparse==0.3.1

View File

@ -1,4 +1,5 @@
Django==2.2.16 Django==2.2.16
django-cleanup==5.0.0
Pillow==6.0.0 Pillow==6.0.0
psycopg2-binary==2.8.1 psycopg2-binary==2.8.1
pytz==2018.9 pytz==2018.9