Remove django-suit

This commit is contained in:
Eric Wong
2017-01-09 23:31:56 -08:00
parent e63e9e389e
commit 855e9f6c83
2 changed files with 0 additions and 18 deletions

View File

@@ -44,7 +44,6 @@ if os.path.exists("/etc/paperless.conf"):
INSTALLED_APPS = [
'suit',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
@@ -61,22 +60,6 @@ INSTALLED_APPS = [
]
SUIT_CONFIG = {
'ADMIN_NAME': 'Paperless',
'SEARCH_URL': '',
'LIST_PER_PAGE': int(os.getenv("PAPERLESS_LIST_PER_PAGE", 25)),
'HEADER_DATE_FORMAT': 'D m-d-Y',
'MENU': (
'sites',
{
'app': 'documents',
'label': 'Paperless',
'icon': 'icon-file',
'models': ('Document', 'Tag', 'Correspondent', 'log')
},
)
}
MIDDLEWARE_CLASSES = [
'django.middleware.security.SecurityMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',