dansan / spring-replay-site

Website to upload, comment and download replays from/for the SpringRTS engine
http://replays.springrts.com/
GNU General Public License v3.0
11 stars 1 forks source link

convert SiteStats PickledObjectFields to JSONTextFields #126

Closed dansan closed 4 years ago

dansan commented 4 years ago

Followup to #125: get rid of PickledObjectField.

Do the same that was done with Map in #125.

dansan commented 4 years ago

[master 3be58f5] use JSONTextFields instead of PickledObjectFields in SiteStats

dansan commented 4 years ago

Much faster now too :)

from srs.models import *
SiteStats.objects.all().delete()
update_stats.now()
sudo service replays restart