mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
first stab at text consumer
This commit is contained in:
parent
160c256327
commit
d6fedbec52
5 changed files with 153 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ INSTALLED_APPS = [
|
|||
"documents.apps.DocumentsConfig",
|
||||
"reminders.apps.RemindersConfig",
|
||||
"paperless_tesseract.apps.PaperlessTesseractConfig",
|
||||
"paperless_text.apps.PaperlessTextConfig",
|
||||
|
||||
"flat_responsive", # TODO: Remove as of Django 2.x
|
||||
"django.contrib.admin",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue