Add django-cleanup
This commit is contained in:
parent
8a3c54ea0c
commit
a203fb1680
|
@ -24,6 +24,9 @@ INSTALLED_APPS = (
|
|||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
|
||||
'django_cleanup',
|
||||
|
||||
'label',
|
||||
'news'
|
||||
)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
django == 1.11
|
||||
psycopg2 == 2.7.1
|
||||
django-cleanup >= 1.0.1
|
||||
|
||||
markdown
|
||||
Pillow
|
||||
|
|
Loading…
Reference in a new issue