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