more todos and cleanup

This commit is contained in:
Mouse Reeve
2020-02-07 15:29:11 -08:00
parent 3998c662cc
commit 96ebb43235
3 changed files with 20 additions and 4 deletions

View File

@ -16,6 +16,7 @@ from fedireads.openlibrary import get_or_create_book
from fedireads.settings import DOMAIN
# TODO: this should probably live somewhere else
class HttpResponseUnauthorized(HttpResponse):
''' http response for authentication failure '''
status_code = 401