Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 12, in <module>
    from django.core.wsgi import get_wsgi_application
ModuleNotFoundError: No module named 'django'
Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 12, in <module>
    from django.core.wsgi import get_wsgi_application
ModuleNotFoundError: No module named 'django'
[UID:1597][1242879] Child process with pid: 1242887 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 12, in <module>
    from django.core.wsgi import get_wsgi_application
ModuleNotFoundError: No module named 'django'
[UID:1597][1242879] Child process with pid: 1242897 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/db/backends/mysql/base.py", line 15, in <module>
    import MySQLdb as Database
ModuleNotFoundError: No module named 'MySQLdb'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/apps/registry.py", line 116, in populate
    app_config.import_models()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/apps/config.py", line 269, in import_models
    self.models_module = import_module(models_module_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/auth/models.py", line 3, in <module>
    from django.contrib.auth.base_user import AbstractBaseUser, BaseUserManager
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/auth/base_user.py", line 57, in <module>
    class AbstractBaseUser(models.Model):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/db/models/base.py", line 143, in __new__
    new_class.add_to_class("_meta", Options(meta, app_label))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/db/models/base.py", line 371, in add_to_class
    value.contribute_to_class(cls, name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/db/models/options.py", line 243, in contribute_to_class
    self.db_table, connection.ops.max_name_length()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/connection.py", line 15, in __getattr__
    return getattr(self._connections[self._alias], item)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/connection.py", line 62, in __getitem__
    conn = self.create_connection(alias)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/db/utils.py", line 193, in create_connection
    backend = load_backend(db["ENGINE"])
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/db/utils.py", line 113, in load_backend
    return import_module("%s.base" % backend_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/db/backends/mysql/base.py", line 17, in <module>
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module.
Did you install mysqlclient?
[UID:1597][1242879] Child process with pid: 1245213 was killed by signal: 15, core dumped: no
Internal Server Error: /account/transfer-money
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1288, in account_transfer_money
    elif float(amount) > float(user_details.balance):
ValueError: could not convert string to float: 'manteylinda180@gmail.com'
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
[ERROR] [UID:1597][1754178] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1754178] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1386
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1756731] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1756731] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1756731] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1756731] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1756731] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1756731] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1756731] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1756731] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1756731] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1756731] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1756731] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
[ERROR] [UID:1597][1756731] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1387
    elif not 'transfer_tax_code' in request.session and user_details.tax_code == 'on':
    ^
IndentationError: expected an indented block
748950398 James Williams
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Not Found: /account/logout
Not Found: /account/logout
Not Found: /account/logout
Internal Server Error: /account/otp-authenticate
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1425, in account_transfer_otp_authenticate
    new_transaction = int(user_details.transactions) + int(1)
ValueError: invalid literal for int() with base 10: '5.0'
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Not Found: /account/index
Not Found: /account/index
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
[UID:1597][2012681] Child process with pid: 2013300 was killed by signal: 15, core dumped: no
[UID:1597][2012681] Child process with pid: 2013882 was killed by signal: 15, core dumped: no
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /account/otp-authenticate
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1425, in account_transfer_otp_authenticate
    new_transaction = int(user_details.transactions) + int(1)
ValueError: invalid literal for int() with base 10: '5.0'
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
[ERROR] [UID:1597][2082646] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax
[ERROR] [UID:1597][2082646] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax
[ERROR] [UID:1597][2082646] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax
[ERROR] [UID:1597][2082646] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax
[ERROR] [UID:1597][2083733] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax
[ERROR] [UID:1597][2083733] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax
[ERROR] [UID:1597][2083733] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax
[ERROR] [UID:1597][2083733] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax
[ERROR] [UID:1597][2083733] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax
[ERROR] [UID:1597][2083733] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 18, in <module>
    from apps import views, adminviews
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1469
    del request.session['transfer_acc_no'] = transfer_acc_no
                                           ^
SyntaxError: invalid syntax
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2585931] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1577, in account_transfer_success
    acc_context = {'current_user': current_user_details, 'sel_transfers': sel_user_transfers, 'user_details': user_details, 'transfer_acc_no': transfer_acc_no}
NameError: name 'transfer_acc_no' is not defined
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1574, in account_transfer_success
    transfer_acc_no = request.session['transfer_acc_no']
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 53, in __getitem__
    return self._session[key]
KeyError: 'transfer_acc_no'
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1574, in account_transfer_success
    transfer_acc_no = request.session['transfer_acc_no']
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 53, in __getitem__
    return self._session[key]
KeyError: 'transfer_acc_no'
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1574, in account_transfer_success
    transfer_acc_no = request.session['transfer_acc_no']
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 53, in __getitem__
    return self._session[key]
KeyError: 'transfer_acc_no'
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1574, in account_transfer_success
    transfer_acc_no = request.session['transfer_acc_no']
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 53, in __getitem__
    return self._session[key]
KeyError: 'transfer_acc_no'
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1618, in account_transfer_success
    return render(request, 'account/transfer-success.html', acc_context2)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 15, in get_template
    return engine.get_template(template_name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/backends/django.py", line 33, in get_template
    return Template(self.engine.get_template(template_name), self)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/engine.py", line 175, in get_template
    template, origin = self.find_template(template_name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/engine.py", line 157, in find_template
    template = loader.get_template(name, skip=skip)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loaders/cached.py", line 57, in get_template
    template = super().get_template(template_name, skip)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loaders/base.py", line 28, in get_template
    return Template(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 154, in __init__
    self.nodelist = self.compile_nodelist()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 200, in compile_nodelist
    return parser.parse()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 513, in parse
    raise self.error(token, e)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 511, in parse
    compiled_result = compile_func(self, token)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/defaulttags.py", line 953, in do_if
    nodelist = parser.parse(("elif", "else", "endif"))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 518, in parse
    self.unclosed_block_tag(parse_until)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 581, in unclosed_block_tag
    raise self.error(token, msg)
django.template.exceptions.TemplateSyntaxError: Unclosed tag on line 140: 'if'. Looking for one of: elif, else, endif.
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /meta.json
Not Found: /account/assets/images/logoIcon/favicon.png
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
[ERROR] [UID:1597][4174325] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4177006] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4177006] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4177006] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4177006] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4177006] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4177006] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4177006] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4177006] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4177006] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4177006] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4177006] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4177006] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4178599] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4178599] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4179151] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4179151] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 48, in <module>
    path('clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4182643] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4182643] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4186983] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4186983] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4186983] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4186983] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 67, in technical_500_response
    html = reporter.get_traceback_html()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 410, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 393, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/views/debug.py", line 100, in get_caller
    resolver_match = resolve(request.path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4189187] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4189187] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4189187] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4189187] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4189187] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4189187] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4189187] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4189187] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4189187] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
[ERROR] [UID:1597][4189187] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 663, in resolve
    for pattern in self.url_patterns:
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 715, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 124, in __call__
    return self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 134, in __call__
    response = response or self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 184, in handle_uncaught_exception
    callback = resolver.resolve_error_handler(500)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 729, in resolve_error_handler
    callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 57, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/alt/python39/lib64/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/standfor/standfordtrustfund/authentication/urls.py", line 47, in <module>
    path('account/clear-session/', clear_session_and_redirect, name='clear_session'),
NameError: name 'clear_session_and_redirect' is not defined
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1620, in account_transfer_success
    return render(request, 'account/transfer-success.html', acc_context2)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/backends/django.py", line 61, in render
    return self.template.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 175, in render
    return self._render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 167, in _render
    return self.nodelist.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 966, in render_annotated
    return self.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/defaulttags.py", line 471, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 828, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'clear_session' not found. 'clear_session' is not a valid view function or pattern name.
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1620, in account_transfer_success
    return render(request, 'account/transfer-success.html', acc_context2)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/backends/django.py", line 61, in render
    return self.template.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 175, in render
    return self._render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 167, in _render
    return self.nodelist.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 966, in render_annotated
    return self.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/defaulttags.py", line 471, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 828, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'clear_session' not found. 'clear_session' is not a valid view function or pattern name.
Not Found: /favicon.ico
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1620, in account_transfer_success
    return render(request, 'account/transfer-success.html', acc_context2)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/backends/django.py", line 61, in render
    return self.template.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 175, in render
    return self._render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 167, in _render
    return self.nodelist.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 966, in render_annotated
    return self.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/defaulttags.py", line 471, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 828, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'clear_session' not found. 'clear_session' is not a valid view function or pattern name.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1620, in account_transfer_success
    return render(request, 'account/transfer-success.html', acc_context2)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/backends/django.py", line 61, in render
    return self.template.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 175, in render
    return self._render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 167, in _render
    return self.nodelist.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 966, in render_annotated
    return self.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/defaulttags.py", line 471, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 828, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'clear_session' not found. 'clear_session' is not a valid view function or pattern name.
Not Found: /favicon.ico
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1620, in account_transfer_success
    return render(request, 'account/transfer-success.html', acc_context2)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/backends/django.py", line 61, in render
    return self.template.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 175, in render
    return self._render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 167, in _render
    return self.nodelist.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 966, in render_annotated
    return self.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/defaulttags.py", line 471, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 828, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'clear_session' not found. 'clear_session' is not a valid view function or pattern name.
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1620, in account_transfer_success
    return render(request, 'account/transfer-success.html', acc_context2)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/backends/django.py", line 61, in render
    return self.template.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 175, in render
    return self._render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 167, in _render
    return self.nodelist.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 966, in render_annotated
    return self.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/defaulttags.py", line 471, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 828, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'clear_session' not found. 'clear_session' is not a valid view function or pattern name.
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1620, in account_transfer_success
    return render(request, 'account/transfer-success.html', acc_context2)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/backends/django.py", line 61, in render
    return self.template.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 175, in render
    return self._render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 167, in _render
    return self.nodelist.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 1005, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 966, in render_annotated
    return self.render(context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/defaulttags.py", line 471, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 828, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'clear_session' not found. 'clear_session' is not a valid view function or pattern name.
Not Found: /favicon.ico
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1629, in account_transfer_success
    return redirect('account_index')
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/shortcuts.py", line 48, in redirect
    return redirect_class(resolve_url(to, *args, **kwargs))
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/shortcuts.py", line 145, in resolve_url
    return reverse(to, args=args, kwargs=kwargs)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/urls/resolvers.py", line 828, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'account_index' not found. 'account_index' is not a valid view function or pattern name.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /account/otp-authenticate
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1508, in account_transfer_otp_authenticate
    new_transaction = int(user_details.transactions) + float(1)
ValueError: invalid literal for int() with base 10: '25.0'
Internal Server Error: /account/transfer-success
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1624, in account_transfer_success
    del request.session['transfer_routine_no']
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 60, in __delitem__
    del self._session[key]
KeyError: 'transfer_routine_no'
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
[UID:1597][149065] Child process with pid: 149368 was killed by signal: 15, core dumped: no
833737374663 Peter Luzon
[UID:1597][971698] packetLen < 0
Internal Server Error: /account/transfer-receipt
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1588, in account_transfer_receipt
    return render(request, 'account/transfer-receipt.html', acc_context2)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: account/transfer-receipt.html
Not Found: /favicon.ico
[UID:1597][1946736] Child process with pid: 1951867 was killed by signal: 15, core dumped: no
[UID:1597][1946736] Child process with pid: 1951894 was killed by signal: 15, core dumped: no
4141814639 Sea civil limited
C-GS95AKV5LU
C-8J2V6RFI3F
[UID:1597][1903464] Child process with pid: 1904881 was killed by signal: 15, core dumped: no
[UID:1597][2018265] Child process with pid: 2018604 was killed by signal: 15, core dumped: no
[UID:1597][1229061] Child process with pid: 1247634 was killed by signal: 15, core dumped: no
1168368207 Alex Wilson
[UID:1597][2894022] Child process with pid: 2895873 was killed by signal: 15, core dumped: no
[UID:1597][1653617] Child process with pid: 1653962 was killed by signal: 15, core dumped: no
[UID:1597][1653617] Child process with pid: 1653961 was killed by signal: 15, core dumped: no
1168368207 Alex Wilson
[UID:1597][2300385] Child process with pid: 2301041 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
[UID:1597][3179967] Child process with pid: 3180002 was killed by signal: 15, core dumped: no
[UID:1597][3257068] Child process with pid: 3259929 was killed by signal: 15, core dumped: no
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][321455] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][3924590] Child process with pid: 3924627 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][861070] Child process with pid: 873914 was killed by signal: 15, core dumped: no
[UID:1597][1122952] Child process with pid: 1132738 was killed by signal: 15, core dumped: no
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /register
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 216, in register
    if send_email.send() and send_email_admin.send():
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/mail/message.py", line 298, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 94, in open
    self.connection.login(self.username, self.password)
  File "/opt/alt/python39/lib64/python3.9/smtplib.py", line 750, in login
    raise last_exception
  File "/opt/alt/python39/lib64/python3.9/smtplib.py", line 739, in login
    (code, resp) = self.auth(
  File "/opt/alt/python39/lib64/python3.9/smtplib.py", line 662, in auth
    raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, b'Incorrect authentication data')
Internal Server Error: /register
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 216, in register
    if send_email.send() and send_email_admin.send():
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/mail/message.py", line 298, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 94, in open
    self.connection.login(self.username, self.password)
  File "/opt/alt/python39/lib64/python3.9/smtplib.py", line 750, in login
    raise last_exception
  File "/opt/alt/python39/lib64/python3.9/smtplib.py", line 739, in login
    (code, resp) = self.auth(
  File "/opt/alt/python39/lib64/python3.9/smtplib.py", line 662, in auth
    raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, b'Incorrect authentication data')
[UID:1597][2846304] Child process with pid: 2885642 was killed by signal: 15, core dumped: no
[UID:1597][1684931] Child process with pid: 1684986 was killed by signal: 15, core dumped: no
[UID:1597][3819374] Child process with pid: 3819417 was killed by signal: 15, core dumped: no
Kongthai Onjan   Phomnonsri
   Onjan    Phomnonsri
4043211058 Onjan   Phomnonsri
4043211058   Onjan   Phomnonsri
[UID:1597][2580276] Child process with pid: 2599186 was killed by signal: 15, core dumped: no
4043211058 Onjan   Phomnonsri
[UID:1597][3331112] Child process with pid: 3331143 was killed by signal: 15, core dumped: no
[UID:1597][3331112] Child process with pid: 3348355 was killed by signal: 15, core dumped: no
[UID:1597][1589123] Child process with pid: 1622644 was killed by signal: 15, core dumped: no
[UID:1597][2198624] Child process with pid: 2280339 was killed by signal: 15, core dumped: no
[UID:1597][2198624] Child process with pid: 2280345 was killed by signal: 15, core dumped: no
[UID:1597][2198624] Child process with pid: 2280346 was killed by signal: 15, core dumped: no
[UID:1597][2769197] Child process with pid: 2774312 was killed by signal: 15, core dumped: no
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][2930719] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][3515701] Child process with pid: 3531762 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
OSError: LSAPI: File error
[UID:1597][3419780] Child process with pid: 3419993 was killed by signal: 15, core dumped: no
[UID:1597][494519] Child process with pid: 497862 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
Internal Server Error: /register
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 216, in register
    if send_email.send() and send_email_admin.send():
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/mail/message.py", line 298, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 85, in open
    self.connection = self.connection_class(
  File "/opt/alt/python39/lib64/python3.9/smtplib.py", line 1050, in __init__
    SMTP.__init__(self, host, port, local_hostname, timeout,
  File "/opt/alt/python39/lib64/python3.9/smtplib.py", line 255, in __init__
    (code, msg) = self.connect(host, port)
  File "/opt/alt/python39/lib64/python3.9/smtplib.py", line 341, in connect
    self.sock = self._get_socket(host, port, self.timeout)
  File "/opt/alt/python39/lib64/python3.9/smtplib.py", line 1057, in _get_socket
    new_socket = self.context.wrap_socket(new_socket,
  File "/opt/alt/python39/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/opt/alt/python39/lib64/python3.9/ssl.py", line 1074, in _create
    self.do_handshake()
  File "/opt/alt/python39/lib64/python3.9/ssl.py", line 1343, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.gmail.com'. (_ssl.c:1147)
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Not Found: /account/passport/2052_9979c2ec-d030-41af-a29b-92cad26651aa.jpeg
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Not Found: /account/passport/2052_9979c2ec-d030-41af-a29b-92cad26651aa.jpeg
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
[UID:1597][2562847] Child process with pid: 2591117 was killed by signal: 15, core dumped: no
[UID:1597][2614483] Child process with pid: 2629213 was killed by signal: 15, core dumped: no
[UID:1597][2924852] Child process with pid: 2947535 was killed by signal: 15, core dumped: no
[UID:1597][3582665] Child process with pid: 3582742 was killed by signal: 15, core dumped: no
00408796392634 Viviana Saus
[UID:1597][3563793] Child process with pid: 3563803 was killed by signal: 15, core dumped: no
Internal Server Error: /account/transfer-receipt
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1589, in account_transfer_receipt
    acc_context = {'acc_no':sel_trans_details.acc_no, 'acc_name': sel_trans_details.receiver_fullname, 'bank_name': sel_trans_details.receiver_bank_name,
UnboundLocalError: local variable 'sel_trans_details' referenced before assignment
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /account/transfer-receipt
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1589, in account_transfer_receipt
    acc_context = {'acc_no':sel_trans_details.acc_no, 'acc_name': sel_trans_details.receiver_fullname, 'bank_name': sel_trans_details.receiver_bank_name,
UnboundLocalError: local variable 'sel_trans_details' referenced before assignment
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /account/transfer-receipt
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 1584, in account_transfer_receipt
    acc_context = {'acc_no':sel_trans_details.acc_no, 'acc_name': sel_trans_details.receiver_fullname, 'bank_name': sel_trans_details.receiver_bank_name,
UnboundLocalError: local variable 'sel_trans_details' referenced before assignment
Internal Server Error: /assets/templates/basic/css/lib/bootstrap.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/sweetalert.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/line-awesome.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/all.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/jquery-3.5.1.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/bootstrap.bundle.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/slick.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/templates/basic/js/lib/wow.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/js/iziToast.min.js
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
Internal Server Error: /assets/global/css/iziToast.min.css
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 119, in __call__
    static_file = self.find_file(request.path_info)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 141, in find_file
    return self.find_file_at_path(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 171, in find_file_at_path
    return self.get_static_file(path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 63, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: runserver can't serve media if MEDIA_URL is within STATIC_URL.
[UID:1597][746650] Child process with pid: 746672 was killed by signal: 15, core dumped: no
[UID:1597][3610451] Child process with pid: 3632396 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
[UID:1597][442896] Child process with pid: 453688 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][701062] Child process with pid: 709949 was killed by signal: 15, core dumped: no
[UID:1597][267065] Child process with pid: 310079 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
[UID:1597][2045610] Child process with pid: 2047302 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][2099314] Child process with pid: 2191795 was killed by signal: 15, core dumped: no
C-MMKX2IB9SV
C-MMKX2IB9SV
C-MMKX2IB9SV
io.UnsupportedOperation: fileno
[UID:1597][3026530] Child process with pid: 3045009 was killed by signal: 15, core dumped: no
4141814639 sea civil Limited
io.UnsupportedOperation: fileno
00408796392634 Viviana Saus
00408796392634 Viviana Saus
00408796392634 Viviana Saus
00408796392634 Viviana Saus
00408796392634 Viviana Saus
00408796392634 Viviana Saus
00408796392634 Viviana Saus
00408796392634 Viviana Saus
[UID:1597][309693] Child process with pid: 335692 was killed by signal: 15, core dumped: no
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][496254] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][596134] Child process with pid: 622641 was killed by signal: 15, core dumped: no
00408796392634 Viviana Saus
00408796392634 Viviana Saus
00408796392634 Viviana Saus
00408796392634 Viviana Saus
00408796392634 Viviana Saus
00408796392634 Viviana Saus
00408796392634 Viviana Saus
00408796392634 Viviana Saus
[UID:1597][2026552] Child process with pid: 2026565 was killed by signal: 15, core dumped: no
[UID:1597][2026552] Child process with pid: 2037089 was killed by signal: 15, core dumped: no
C-RRCU3L1TA4
io.UnsupportedOperation: fileno
[UID:1597][822271] Child process with pid: 871108 was killed by signal: 15, core dumped: no
[UID:1597][1008656] Child process with pid: 1008671 was killed by signal: 15, core dumped: no
[UID:1597][1008656] Child process with pid: 1008670 was killed by signal: 15, core dumped: no
[UID:1597][2318890] Child process with pid: 2340198 was killed by signal: 15, core dumped: no
C-5R89VG3Y55
T-5ULTMJRXSV
T-5R89VG3Y55
[UID:1597][2929464] Child process with pid: 2930656 was killed by signal: 15, core dumped: no
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1597][4053782] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
1643287643 China rig 6 unit
1643287643 Industrial and Commercial Bank of China
io.UnsupportedOperation: fileno
OSError: LSAPI: File error
io.UnsupportedOperation: fileno
OSError: LSAPI: File error
io.UnsupportedOperation: fileno
OSError: LSAPI: File error
io.UnsupportedOperation: fileno
OSError: LSAPI: File error
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][2804523] Child process with pid: 2804539 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
[UID:1597][3989941] Child process with pid: 3993050 was killed by signal: 15, core dumped: no
OSError: LSAPI: File error
[UID:1597][213726] Child process with pid: 213739 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
OSError: LSAPI: File error
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 54, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_URL and STATIC_URL settings must have different values
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 54, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_URL and STATIC_URL settings must have different values
[UID:1597][219109] Child process with pid: 219119 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 54, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_URL and STATIC_URL settings must have different values
[UID:1597][219109] Child process with pid: 219459 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 54, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_URL and STATIC_URL settings must have different values
[UID:1597][219109] Child process with pid: 219472 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 54, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_URL and STATIC_URL settings must have different values
[UID:1597][219109] Child process with pid: 219512 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 54, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_URL and STATIC_URL settings must have different values
[UID:1597][219109] Child process with pid: 219597 was killed by signal: 15, core dumped: no
[UID:1597][222998] Child process with pid: 223019 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
[UID:1597][222998] Child process with pid: 223041 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
[UID:1597][222998] Child process with pid: 224194 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][226062] Child process with pid: 226075 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
OSError: LSAPI: File error
io.UnsupportedOperation: fileno
[UID:1597][231108] Child process with pid: 231194 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
OSError: LSAPI: File error
io.UnsupportedOperation: fileno
[UID:1597][235515] Child process with pid: 235535 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 69, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_ROOT and STATIC_ROOT settings must have different values
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 69, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_ROOT and STATIC_ROOT settings must have different values
[UID:1597][243752] Child process with pid: 243763 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 69, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_ROOT and STATIC_ROOT settings must have different values
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 69, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_ROOT and STATIC_ROOT settings must have different values
[UID:1597][250761] Child process with pid: 250792 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 69, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_ROOT and STATIC_ROOT settings must have different values
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 69, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_ROOT and STATIC_ROOT settings must have different values
[UID:1597][251195] Child process with pid: 251225 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 54, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_URL and STATIC_URL settings must have different values
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 54, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_URL and STATIC_URL settings must have different values
[UID:1597][251763] Child process with pid: 251797 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 69, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_ROOT and STATIC_ROOT settings must have different values
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
    return self._storages[alias]
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/standfordtrustfund/passenger_wsgi.py", line 4, in <module>
    from authentication.wsgi import *
  File "/home/standfor/standfordtrustfund/authentication/wsgi.py", line 16, in <module>
    application = get_wsgi_application()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
    return WSGIHandler()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/wsgi.py", line 118, in __init__
    self.load_middleware()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 61, in load_middleware
    mw_instance = middleware(adapted_handler)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 105, in __init__
    self.add_files(self.static_root, prefix=self.static_prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 107, in add_files
    self.update_files_dictionary(root, prefix)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 119, in update_files_dictionary
    self.add_file_to_dictionary(url, path, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 130, in add_file_to_dictionary
    static_file = self.get_static_file(path, url, stat_cache=stat_cache)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 202, in get_static_file
    self.add_cache_headers(headers, path, url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/base.py", line 223, in add_cache_headers
    if self.immutable_file_test(path, url):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 177, in immutable_file_test
    static_url = self.get_static_url(name_without_hash)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/whitenoise/middleware.py", line 200, in get_static_url
    return staticfiles_storage.url(name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 537, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 43, in __getitem__
    storage = self.create_storage(params)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/files/storage/handler.py", line 55, in create_storage
    return storage_cls(**options)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py", line 69, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: The MEDIA_ROOT and STATIC_ROOT settings must have different values
[UID:1597][252503] Child process with pid: 252516 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
OSError: LSAPI: File error
io.UnsupportedOperation: fileno
Internal Server Error: /
Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 505, in parse
    compile_func = self.tags[command]
KeyError: 'standfordtrustfund'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/standfor/standfordtrustfund/apps/views.py", line 71, in index
    return render(request, 'index.html', context)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/shortcuts.py", line 24, in render
    content = loader.render_to_string(template_name, context, request, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loader.py", line 15, in get_template
    return engine.get_template(template_name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/backends/django.py", line 33, in get_template
    return Template(self.engine.get_template(template_name), self)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/engine.py", line 175, in get_template
    template, origin = self.find_template(template_name)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/engine.py", line 157, in find_template
    template = loader.get_template(name, skip=skip)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loaders/cached.py", line 57, in get_template
    template = super().get_template(template_name, skip)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/loaders/base.py", line 28, in get_template
    return Template(
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 154, in __init__
    self.nodelist = self.compile_nodelist()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 200, in compile_nodelist
    return parser.parse()
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 507, in parse
    self.invalid_block_tag(token, command, parse_until)
  File "/home/standfor/virtualenv/standfordtrustfund/3.9/lib/python3.9/site-packages/django/template/base.py", line 568, in invalid_block_tag
    raise self.error(
django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 11: 'standfordtrustfund'. Did you forget to register or load this tag?
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][276667] Child process with pid: 278780 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][1815418] Child process with pid: 1816237 was killed by signal: 15, core dumped: no
[UID:1597][2137833] Child process with pid: 2139166 was killed by signal: 15, core dumped: no
[UID:1597][2621770] Child process with pid: 2635742 was killed by signal: 15, core dumped: no
[UID:1597][2621770] Child process with pid: 2635745 was killed by signal: 15, core dumped: no
[UID:1597][4018172] Child process with pid: 4020799 was killed by signal: 15, core dumped: no
OSError: LSAPI: File error
[UID:1597][2453868] Child process with pid: 2484347 was killed by signal: 15, core dumped: no
[UID:1597][2453868] Child process with pid: 2484362 was killed by signal: 15, core dumped: no
[UID:1597][2453868] Child process with pid: 2484363 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][2453868] Child process with pid: 2521174 was killed by signal: 15, core dumped: no
OSError: LSAPI: File error
[UID:1597][3299069] Child process with pid: 3304233 was killed by signal: 15, core dumped: no
[UID:1597][3727325] Child process with pid: 3735087 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][1362920] Child process with pid: 1382898 was killed by signal: 15, core dumped: no
00408796392634 Viviana Saus 
898345506621 PAOLA SOCOLA
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][230073] Child process with pid: 231381 was killed by signal: 15, core dumped: no
[UID:1597][2772819] Child process with pid: 2814210 was killed by signal: 15, core dumped: no
[UID:1597][2772819] Child process with pid: 2814390 was killed by signal: 15, core dumped: no
[UID:1597][2772819] Child process with pid: 2853908 was killed by signal: 15, core dumped: no
[UID:1597][2772819] Child process with pid: 2853910 was killed by signal: 15, core dumped: no
[UID:1597][2772819] Child process with pid: 2853947 was killed by signal: 15, core dumped: no
[UID:1597][2772819] Child process with pid: 2853975 was killed by signal: 15, core dumped: no
[UID:1597][2772819] Child process with pid: 2853977 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][1917225] Child process with pid: 1927986 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
6372836382 Kim
[UID:1597][3551868] Child process with pid: 3558032 was killed by signal: 15, core dumped: no
[UID:1597][3729661] Child process with pid: 3749932 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][1575167] Child process with pid: 1607228 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][2226534] Child process with pid: 2232978 was killed by signal: 15, core dumped: no
[UID:1597][1285868] Child process with pid: 1286357 was killed by signal: 15, core dumped: no
[UID:1597][989570] Child process with pid: 1015234 was killed by signal: 15, core dumped: no
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
io.UnsupportedOperation: fileno
[UID:1597][3428047] Child process with pid: 3428068 was killed by signal: 15, core dumped: no
[UID:1597][927852] Child process with pid: 933177 was killed by signal: 15, core dumped: no
[UID:1597][2436790] Child process with pid: 2436814 was killed by signal: 15, core dumped: no
[UID:1597][2724455] Child process with pid: 2724641 was killed by signal: 15, core dumped: no
 
