mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Merge branch 'document-type' into dev
This commit is contained in:
		
							
								
								
									
										5
									
								
								src/documents/management/commands/document_exporter.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										5
									
								
								src/documents/management/commands/document_exporter.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @@ -6,7 +6,7 @@ import shutil | ||||
| from django.core.management.base import BaseCommand, CommandError | ||||
| from django.core import serializers | ||||
|  | ||||
| from documents.models import Document, Correspondent, Tag | ||||
| from documents.models import Document, Correspondent, Tag, DocumentType | ||||
| from paperless.db import GnuPG | ||||
|  | ||||
| from ...mixins import Renderable | ||||
| @@ -91,6 +91,9 @@ class Command(Renderable, BaseCommand): | ||||
|         manifest += json.loads(serializers.serialize( | ||||
|             "json", Tag.objects.all())) | ||||
|  | ||||
|         manifest += json.loads(serializers.serialize( | ||||
|             "json", DocumentType.objects.all())) | ||||
|  | ||||
|         with open(os.path.join(self.target, "manifest.json"), "w") as f: | ||||
|             json.dump(manifest, f, indent=2) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jonas Winkler
					Jonas Winkler