5 lines
141 B
Python
5 lines
141 B
Python
from backend.content.models import ContentFolderDoc, DocumentDoc
|
|
|
|
content_models = []
|
|
content_models.extend([ContentFolderDoc, DocumentDoc])
|