paperless-ngx/src/documents/apps.py

6 lines
93 B
Python
Raw Normal View History

2015-12-20 19:23:33 +00:00
from django.apps import AppConfig
class DocumentsConfig(AppConfig):
name = 'documents'