mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Code cleanup
This commit is contained in:
		| @@ -8,7 +8,6 @@ from django import forms | ||||
| from django.conf import settings | ||||
|  | ||||
| from .models import Document, Correspondent | ||||
| from .consumer import Consumer | ||||
|  | ||||
|  | ||||
| class UploadForm(forms.Form): | ||||
|   | ||||
| @@ -2,7 +2,7 @@ from django.utils.deprecation import MiddlewareMixin | ||||
| from .models import User | ||||
|  | ||||
|  | ||||
| class Middleware (MiddlewareMixin): | ||||
| class Middleware(MiddlewareMixin): | ||||
|     """ | ||||
|       This is a dummy authentication middleware class that creates what | ||||
|       is roughly an Anonymous authenticated user so we can disable login | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Quinn
					Daniel Quinn