Closed AllanNozomu closed 6 years ago
Files to substitute changes made at server The idea is to undo the changes at production and use this to redo the changes mantaining the git tree.
To run the update_name.py, run this command, with the virtualenv and after doing all the changes (running the script to update production)
update_name.py
./manage.py shell exec(open('scripts/update_names.py').read()) # wait the update exit()
Files to substitute changes made at server The idea is to undo the changes at production and use this to redo the changes mantaining the git tree.
To run the
update_name.py
, run this command, with the virtualenv and after doing all the changes (running the script to update production)