Files
dss.api/angular_upgrade.md
Fergal Moran f8ad478f26 Activity fixes
2015-06-16 19:56:36 +01:00

11 lines
308 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