Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #181 from ekw/master
Browse files Browse the repository at this point in the history
Remove django-suit
  • Loading branch information
danielquinn committed Jan 10, 2017
2 parents e63e9e3 + 855e9f6 commit 88f9fb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Pillow>=3.1.1
django-crispy-forms>=1.6.0
django-extensions>=1.6.1
django-filter>=1.0
django-suit>=0.2.23
djangorestframework>=3.4.4
filemagic>=1.6
langdetect>=1.0.5
Expand Down
17 changes: 0 additions & 17 deletions src/paperless/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

INSTALLED_APPS = [

'suit',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
Expand All @@ -61,22 +60,6 @@

]

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',
Expand Down

0 comments on commit 88f9fb6

Please sign in to comment.