Where do I find my settings.py file to edit it manually
Where do I find my settings.py file to edit it manually
typically if you have a django project, the settings.py file lives in a subfolder named after the project.
So if you have
myproject/manage.py
then look for
myproject/myproject/settings.py
let me know if that helps!