mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-28 04:09:51 +00:00
10 lines
252 B
Markdown
Executable File
10 lines
252 B
Markdown
Executable File
#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
|
|
|