pythonanywhere error: could not find your settings.py

following DjangoGirls tutorial
After pushing my code to Github then to run the helper to automatically configure my app from Github

pa_autoconfigure_django.py --python=3.10 https://github.com/<your-github-username>/my-first-blog.git

according to DjangoGirls tutorial but it keeps giving me this error instead of automatically activate my virtualenv on pythonanywhere console

< Creating web app via API >
   \
    ~<:>>>>>>>>>
< Adding static files mappings for /static/ and /media/ >
   \
    ~<:>>>>>>>>>
Traceback (most recent call last):
  File "/home/osas/.local/lib/python3.10/site-packages/pythonanywhere/django_project.py", line 82, in find_django_files
    self.settings_path = next(self.project_path.glob('**/settings.py'))
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/home/osas/.local/bin/pa_autoconfigure_django.py", line 49, in <module>
    main(
  File "/home/osas/.local/bin/pa_autoconfigure_django.py", line 36, in main
    project.find_django_files()
  File "/home/osas/.local/lib/python3.10/site-packages/pythonanywhere/django_project.py", line 84, in find_django_files
    raise SanityException('Could not find your settings.py')
pythonanywhere.exceptions.SanityException: Could not find your settings.py

Please don’t post screenshots of errors here.

Copy/paste the text of the messages from the console into the body of your post.

You can check now, i have edited my first post and did has you said. Thank You.

There are a lot of possible issues here, including something as simple as a syntax error.

If this is the command you issued, then you need to replace the <your-github-username> in the command with your real github username.

If you have used that here to hide your username on github, then we need you to correct this. I can understand you possibly wanting to annonymize data here, but we need to see the actual command being run - and check the repo - in order to diagnose this.

Alright no problem.
pa_autoconfigure_django.py --python=3.10 https://github.com/emmanuel732-prog/my-first-blog.git

You should not be importing django.conf in your settings.py file. Remove the line from django.conf import settings.