mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Update apps.py
This commit is contained in:
		
							parent
							
								
									3e70e960f8
								
							
						
					
					
						commit
						83ca4ef69b
					
				@ -4,8 +4,4 @@ from django.utils.translation import gettext_lazy as _
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
class DocumentsConfig(AppConfig):
 | 
					class DocumentsConfig(AppConfig):
 | 
				
			||||||
    name = "documents"
 | 
					    name = "documents"
 | 
				
			||||||
 | 
					    verbose_name = _("Documents (legacy)")
 | 
				
			||||||
    verbose_name = _("Documents")
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    def ready(self):
 | 
					 | 
				
			||||||
        AppConfig.ready(self)
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user