mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 10:07:15 +01:00
Feature: openapi spec, full api browser (#8948)
This commit is contained in:
parent
c316ae369b
commit
1dc80f04cb
19 changed files with 1048 additions and 255 deletions
|
|
@ -28,4 +28,6 @@ class DocumentsConfig(AppConfig):
|
|||
document_consumption_finished.connect(run_workflows_added)
|
||||
document_updated.connect(run_workflows_updated)
|
||||
|
||||
import documents.schema # noqa: F401
|
||||
|
||||
AppConfig.ready(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue