Traceback (most recent call last):
File "/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/servers/basehttp.py", line 277, in run
self.result = application(self.environ, self.start_response)
File "/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/servers/basehttp.py", line 631, in __call__
return self.application(environ, start_response)
File "/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/handlers/wsgi.py", line 205, in __call__
response = self.get_response(request)
File "/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/handlers/base.py", line 59, in get_response
from django.core.mail import mail_admins
File "/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/mail.py", line 86
return (name, val)
^
IndentationError: unindent does not match any outer indentation level