there was a problem. When I try to upload a site to "PythonAnywhere" after adding changes to the Django project, I get an error.
error: it can be overwritten by the merge: mysite / settings.py. Aborting.
How to fix it?
Source: https://ru.stackoverflow.com/questions/968022/
All Articles
git pull
and add again. Either commit changes and make a git pull merge (git will offer it) - gil9red