mupi / tecsaladeaula

Mupi courses plataform, forked from @hacklabr/timtec
http://tecsaladeaula.com.br
GNU Affero General Public License v3.0
6 stars 7 forks source link

Joca/update settings #88

Closed AllanNozomu closed 6 years ago

AllanNozomu commented 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)

./manage.py shell
exec(open('scripts/update_names.py').read())
# wait the update
exit()