Traceback (most recent call last):
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'core/wsgi.py')
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "core/wsgi.py", line 8, in <module>
    application = get_wsgi_application()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 89, in __getattr__
    self._setup(name)
    ~~~~~~~~~~~^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 76, in _setup
    self._wrapped = Settings(settings_module)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 190, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/opt/alt/python313/lib64/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/home/aniteach/github_backend/core/settings.py", line 8, in <module>
    ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost,127.0.0.1', 'github.aniteach.ir').split(',')
                    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Mapping.get() takes from 2 to 3 positional arguments but 4 were given
Traceback (most recent call last):
Traceback (most recent call last):
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'core/wsgi.py')
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "core/wsgi.py", line 8, in <module>
    application = get_wsgi_application()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 89, in __getattr__
    self._setup(name)
    ~~~~~~~~~~~^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 76, in _setup
    self._wrapped = Settings(settings_module)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 190, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/opt/alt/python313/lib64/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/home/aniteach/github_backend/core/settings.py", line 8, in <module>
    ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost,127.0.0.1', 'github.aniteach.ir').split(',')
                    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Mapping.get() takes from 2 to 3 positional arguments but 4 were given
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'core/wsgi.py')
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "core/wsgi.py", line 8, in <module>
    application = get_wsgi_application()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 89, in __getattr__
    self._setup(name)
    ~~~~~~~~~~~^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 76, in _setup
    self._wrapped = Settings(settings_module)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 190, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/opt/alt/python313/lib64/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/home/aniteach/github_backend/core/settings.py", line 8, in <module>
    ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost,127.0.0.1', 'github.aniteach.ir').split(',')
                    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Mapping.get() takes from 2 to 3 positional arguments but 4 were given
[UID:1130][150969] Child process with pid: 151046 was killed by signal: 15, core dumped: no
[UID:1130][150969] Child process with pid: 151049 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'core/wsgi.py')
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "core/wsgi.py", line 8, in <module>
    application = get_wsgi_application()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 89, in __getattr__
    self._setup(name)
    ~~~~~~~~~~~^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 76, in _setup
    self._wrapped = Settings(settings_module)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 190, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/opt/alt/python313/lib64/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/home/aniteach/github_backend/core/settings.py", line 8, in <module>
    ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost,127.0.0.1', 'github.aniteach.ir').split(',')
                    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Mapping.get() takes from 2 to 3 positional arguments but 4 were given
Traceback (most recent call last):
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'core/wsgi.py')
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "core/wsgi.py", line 8, in <module>
    application = get_wsgi_application()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 89, in __getattr__
    self._setup(name)
    ~~~~~~~~~~~^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 76, in _setup
    self._wrapped = Settings(settings_module)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 190, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/opt/alt/python313/lib64/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/home/aniteach/github_backend/core/settings.py", line 8, in <module>
    ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost,127.0.0.1', 'github.aniteach.ir').split(',')
                    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Mapping.get() takes from 2 to 3 positional arguments but 4 were given
[UID:1130][155117] Child process with pid: 155127 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'core/wsgi.py')
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "core/wsgi.py", line 8, in <module>
    application = get_wsgi_application()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 89, in __getattr__
    self._setup(name)
    ~~~~~~~~~~~^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 76, in _setup
    self._wrapped = Settings(settings_module)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 190, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/opt/alt/python313/lib64/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/home/aniteach/github_backend/core/settings.py", line 8, in <module>
    ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost,127.0.0.1', 'github.aniteach.ir').split(',')
                    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Mapping.get() takes from 2 to 3 positional arguments but 4 were given
[UID:1130][155117] Child process with pid: 155218 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'core/wsgi.py')
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "core/wsgi.py", line 8, in <module>
    application = get_wsgi_application()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 89, in __getattr__
    self._setup(name)
    ~~~~~~~~~~~^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 76, in _setup
    self._wrapped = Settings(settings_module)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 190, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/opt/alt/python313/lib64/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/home/aniteach/github_backend/core/settings.py", line 8, in <module>
    ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost,127.0.0.1', 'github.aniteach.ir').split(',')
                    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Mapping.get() takes from 2 to 3 positional arguments but 4 were given
[UID:1130][155117] Child process with pid: 159116 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'core/wsgi.py')
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "core/wsgi.py", line 8, in <module>
    application = get_wsgi_application()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 89, in __getattr__
    self._setup(name)
    ~~~~~~~~~~~^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 76, in _setup
    self._wrapped = Settings(settings_module)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 190, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/opt/alt/python313/lib64/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/home/aniteach/github_backend/core/settings.py", line 8, in <module>
    ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost,127.0.0.1', 'github.aniteach.ir').split(',')
                    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Mapping.get() takes from 2 to 3 positional arguments but 4 were given
[UID:1130][155117] Child process with pid: 160780 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'core/wsgi.py')
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "core/wsgi.py", line 8, in <module>
    application = get_wsgi_application()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 89, in __getattr__
    self._setup(name)
    ~~~~~~~~~~~^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 76, in _setup
    self._wrapped = Settings(settings_module)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 190, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/opt/alt/python313/lib64/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/home/aniteach/github_backend/core/settings.py", line 8, in <module>
    ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost,127.0.0.1', 'github.aniteach.ir').split(',')
                    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Mapping.get() takes from 2 to 3 positional arguments but 4 were given
Traceback (most recent call last):
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'core/wsgi.py')
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "core/wsgi.py", line 8, in <module>
    application = get_wsgi_application()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 89, in __getattr__
    self._setup(name)
    ~~~~~~~~~~~^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 76, in _setup
    self._wrapped = Settings(settings_module)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 190, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/opt/alt/python313/lib64/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/home/aniteach/github_backend/core/settings.py", line 8, in <module>
    ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost,127.0.0.1', 'github.aniteach.ir').split(',')
                    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Mapping.get() takes from 2 to 3 positional arguments but 4 were given
[UID:1130][165742] Child process with pid: 165754 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
Traceback (most recent call last):
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'core/wsgi.py')
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "core/wsgi.py", line 8, in <module>
    application = get_wsgi_application()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 89, in __getattr__
    self._setup(name)
    ~~~~~~~~~~~^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 76, in _setup
    self._wrapped = Settings(settings_module)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 190, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/opt/alt/python313/lib64/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/home/aniteach/github_backend/core/settings.py", line 8, in <module>
    ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost,127.0.0.1', 'github.aniteach.ir').split(',')
                    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Mapping.get() takes from 2 to 3 positional arguments but 4 were given
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'core/wsgi.py')
  File "/home/aniteach/github_backend/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "core/wsgi.py", line 8, in <module>
    application = get_wsgi_application()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 89, in __getattr__
    self._setup(name)
    ~~~~~~~~~~~^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 76, in _setup
    self._wrapped = Settings(settings_module)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/conf/__init__.py", line 190, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/opt/alt/python313/lib64/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/home/aniteach/github_backend/core/settings.py", line 8, in <module>
    ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost,127.0.0.1', 'github.aniteach.ir').split(',')
                    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Mapping.get() takes from 2 to 3 positional arguments but 4 were given
[UID:1130][165742] Child process with pid: 165781 was killed by signal: 15, core dumped: no
[UID:1130][165742] Child process with pid: 165782 was killed by signal: 15, core dumped: no
Internal Server Error: /api/lessons/
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 90, in rendered_content
    template = self.resolve_template(self.template_name)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 72, in resolve_template
    return select_template(template, using=self.using)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/loader.py", line 47, in select_template
    raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain)
django.template.exceptions.TemplateDoesNotExist: index.html
Internal Server Error: /api/lessons/
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 90, in rendered_content
    template = self.resolve_template(self.template_name)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 72, in resolve_template
    return select_template(template, using=self.using)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/loader.py", line 47, in select_template
    raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain)
django.template.exceptions.TemplateDoesNotExist: index.html
Internal Server Error: /api/lessons/
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 90, in rendered_content
    template = self.resolve_template(self.template_name)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 72, in resolve_template
    return select_template(template, using=self.using)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/loader.py", line 47, in select_template
    raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain)
django.template.exceptions.TemplateDoesNotExist: index.html
Internal Server Error: /api/lessons/
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 90, in rendered_content
    template = self.resolve_template(self.template_name)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 72, in resolve_template
    return select_template(template, using=self.using)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/loader.py", line 47, in select_template
    raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain)
django.template.exceptions.TemplateDoesNotExist: index.html
Internal Server Error: /api/lessons/
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 90, in rendered_content
    template = self.resolve_template(self.template_name)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 72, in resolve_template
    return select_template(template, using=self.using)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/loader.py", line 47, in select_template
    raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain)
django.template.exceptions.TemplateDoesNotExist: index.html
Internal Server Error: /api/lessons/
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 90, in rendered_content
    template = self.resolve_template(self.template_name)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 72, in resolve_template
    return select_template(template, using=self.using)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/loader.py", line 47, in select_template
    raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain)
django.template.exceptions.TemplateDoesNotExist: index.html
Internal Server Error: /api/lessons/
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 90, in rendered_content
    template = self.resolve_template(self.template_name)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 72, in resolve_template
    return select_template(template, using=self.using)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/loader.py", line 47, in select_template
    raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain)
django.template.exceptions.TemplateDoesNotExist: index.html
Internal Server Error: /api/lessons/
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 90, in rendered_content
    template = self.resolve_template(self.template_name)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/response.py", line 72, in resolve_template
    return select_template(template, using=self.using)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/template/loader.py", line 47, in select_template
    raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain)
django.template.exceptions.TemplateDoesNotExist: index.html
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Bad Request: /api/lessons/
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Bad Request: /api/lessons/
Not Found: /api/.env
[UID:1130][526280] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
[UID:1130][526280] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1130][526280] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1130][526280] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
Bad Request: /api/*
Bad Request: /api/.env
Bad Request: /api/auth/*
Bad Request: /api/config/common.js
Bad Request: /api/constant.js
Bad Request: /api/config.js
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Bad Request: /api/common.js
Bad Request: /api/config/constants.js
Bad Request: /api/node/constant.js
Bad Request: /api/node/constants.js
Bad Request: /api/server.js
Bad Request: /api/phpinfo.php
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
[UID:1130][2498814] Child process with pid: 2499300 was killed by signal: 15, core dumped: no
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Bad Request: /api/gql
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Bad Request: /api/graphql
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Bad Request: /api/gql
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Bad Request: /api/graphql
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Bad Request: /api/gql
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Bad Request: /api/graphql
Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/aniteach/virtualenv/github_backend/3.13/lib/python3.13/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'www.github.aniteach.ir'. You may need to add 'www.github.aniteach.ir' to ALLOWED_HOSTS.
Bad Request: /api/gql
Not Found: /api/.env
