add file count and directory path info to delete confirm prompt

This commit is contained in:
Xevion
2020-11-03 20:42:35 -06:00
parent ac059565e3
commit 08f91089bc
4 changed files with 10 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize'
]
MIDDLEWARE = [