1
0
Fork 0

Add django-cleanup

This commit is contained in:
Dece 2017-11-04 19:34:38 +01:00
parent 8a3c54ea0c
commit a203fb1680
2 changed files with 4 additions and 0 deletions

View file

@ -24,6 +24,9 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django_cleanup',
'label',
'news'
)

View file

@ -1,5 +1,6 @@
django == 1.11
psycopg2 == 2.7.1
django-cleanup >= 1.0.1
markdown
Pillow