Open TheJimFactor opened 7 years ago
Edit ~/dev/my_app/app/env_settings.py.
Should be:
Edit ~/dev/my_app/app/local_settings.py
There isn't an env_settings.py file in the project and the user was just asked to copy to local_settings.py Maybe the intended is to reference local_settings.py and edit that?
env_settings.py
local_settings.py
Edit ~/dev/my_app/app/env_settings.py.
Should be:
Edit ~/dev/my_app/app/local_settings.py
There isn't an
env_settings.py
file in the project and the user was just asked to copy tolocal_settings.py
Maybe the intended is to reference local_settings.py and edit that?