Add django_cleanup
This commit is contained in:
parent
9cab48d2ab
commit
eaa6a87fab
@ -42,6 +42,7 @@ INSTALLED_APPS = [
|
||||
'core',
|
||||
'project.apps.ProjectConfig',
|
||||
'social.apps.SocialConfig',
|
||||
'django_cleanup.apps.CleanupConfig',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
@ -1,4 +1,5 @@
|
||||
Django==2.2.16
|
||||
django-cleanup==5.0.0
|
||||
Pillow==6.0.0
|
||||
pytz==2018.9
|
||||
sqlparse==0.3.1
|
||||
|
@ -1,4 +1,5 @@
|
||||
Django==2.2.16
|
||||
django-cleanup==5.0.0
|
||||
Pillow==6.0.0
|
||||
psycopg2-binary==2.8.1
|
||||
pytz==2018.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user