mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-28 03:46:06 -05:00 
			
		
		
		
	small fixes
This commit is contained in:
		| @@ -72,9 +72,9 @@ def binaries_check(app_configs, **kwargs): | |||||||
| @register() | @register() | ||||||
| def debug_mode_check(app_configs, **kwargs): | def debug_mode_check(app_configs, **kwargs): | ||||||
|     if settings.DEBUG: |     if settings.DEBUG: | ||||||
|         return [Warning("DEBUG mode is enabled. Disable Debug mode. " |         return [Warning( | ||||||
|                         "This is a serious security " |             "DEBUG mode is enabled. Disable Debug mode. This is a serious " | ||||||
|                         "issue, since it puts security overides in place which" |             "security issue, since it puts security overides in place which " | ||||||
|             "are meant to be only used during development. This " |             "are meant to be only used during development. This " | ||||||
|             "also means that paperless will tell anyone various " |             "also means that paperless will tell anyone various " | ||||||
|             "debugging information when something goes wrong.")] |             "debugging information when something goes wrong.")] | ||||||
|   | |||||||
| @@ -1,8 +1,5 @@ | |||||||
| from django.db import models | from django.db import models | ||||||
|  |  | ||||||
| # Create your models here. |  | ||||||
| from django.db import models |  | ||||||
|  |  | ||||||
| import documents.models as document_models | import documents.models as document_models | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jonas Winkler
					Jonas Winkler