Files
dss.api/angular_upgrade.md
2015-06-11 21:45:34 +01:00

12 lines
309 B
Markdown
Executable File

#perform outstanding migrations
python manage.py migrate
#update poorly saved descriptions
update spa_userprofile set description = '' where description like('Just another%')
#import the avatars
python manage.py get_avatars
#jiggle the waveforms
python manage.py zoom_convert_waveforms