shaunagm / actionrising

0 stars 0 forks source link

Change actstream verbs to work with "you" #265

Closed presleyp closed 7 years ago

presleyp commented 7 years ago

Trying this code locally, then on staging, then in production.

from actstream.models import Action

for activity in Action.objects.all():
    if activity.verb == 'is taking action':
        activity.verb = 'took on'
        activity.save()
shaunagm commented 7 years ago

Done on all platforms.