Code cleanup

This commit is contained in:
Daniel Quinn 2018-07-08 16:07:10 +01:00
parent e7daf7dae4
commit 6c3afd21b9
2 changed files with 1 additions and 2 deletions

View File

@ -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):

View File

@ -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